Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed May 11, 2024
1 parent 878df9a commit aa53f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG MPI=none
RUN \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
libfftw3-double3 libfftw3-single3 libomp5-9 libmpfr6 && \
libfftw3-double3 libfftw3-single3 libomp5 libmpfr6 && \
rm -rf /var/lib/apt/lists/*

COPY gpt-packages/python-gpt-Linux-python-3.10-${COMPILER}-${MPI}.deb /app/
Expand Down

0 comments on commit aa53f6c

Please sign in to comment.