Yaron Koresh commited on
Commit
ec239e2
·
verified ·
1 Parent(s): f22a4b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ ENV HOME=/root \
15
  COPY --chown=root --chmod=a+xrw . ~/app
16
  WORKDIR ~/app
17
 
18
- run apt-get update
19
  run apt-get install -y git curl nvidia-cuda-toolkit wget git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libgl1 libglx-mesa0
20
 
21
  run mkdir -p ~/miniconda
 
15
  COPY --chown=root --chmod=a+xrw . ~/app
16
  WORKDIR ~/app
17
 
18
+ run apt-get update > /dev/null
19
  run apt-get install -y git curl nvidia-cuda-toolkit wget git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libgl1 libglx-mesa0
20
 
21
  run mkdir -p ~/miniconda