Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rshunim committed Dec 8, 2024
1 parent 74622eb commit 3987b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ COPY requirements.txt .

RUN apt-get update \
#RUN apt-get install -y --no-install-recommends gcc python3-dev pipenv gfortran wget git g++ pkg-config libhdf5-dev
RUN pipenv install --system
RUN apt-get purge -y --auto-remove gcc python3-dev gfortran wget git g++ pkg-config libhdf5-dev pipenv
#RUN pipenv install --system
RUN apt-get purge -y --auto-remove gcc python3-dev gfortran wget git g++ pkg-config libhdf5-dev
RUN apt-get upgrade -y
RUN apt install -y perl libsqlite3-0

Expand Down

0 comments on commit 3987b07

Please sign in to comment.