Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
heshou198 authored Aug 21, 2023
1 parent 4bd3c17 commit ab9b4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ RUN pip install datascience \
nvidia-cudnn-cu11==8.6.0.163 \
tensorflow==2.13.* \
keras==2.13.1 \
tensorrt==8.5.3.1 \
tensorflow-datasets \
tensorrt==8.5.3.1 && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
pip cache purge
Expand Down

0 comments on commit ab9b4b8

Please sign in to comment.