Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatobipen authored Sep 13, 2024
1 parent 75de7cf commit d32cb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM nvidia/cuda:12.2.2-runtime-ubuntu22.04
ENV MAXIT_INSTALL_DIR=/home/apps/maxit/11.200
RUN apt-get update && apt-get install -y \
wget \
git \
Expand All @@ -7,7 +8,6 @@ RUN apt-get update && apt-get install -y \
build-essential \
bison \
flex
RUN MAXIT_INSTALL_DIR=/home/apps/maxit/11.200
RUN wget https://sw-tools.rcsb.org/apps/MAXIT/maxit-v11.200-prod-src.tar.gz
RUN tar zxvf maxit-v11.200-prod-src.tar.gz
RUN cd maxit-v11.200-prod-src
Expand Down

0 comments on commit d32cb74

Please sign in to comment.