Yaron Koresh commited on
Commit
136cd64
·
verified ·
1 Parent(s): 8554222

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM ubuntu:latest
3
 
4
  USER root
5
 
@@ -17,7 +17,7 @@ COPY --chown=user . $HOME/app
17
  run chmod -R a+xrw .
18
 
19
  run apt update
20
- run apt-get install -y git curl nvidia-cuda-toolkit wget git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libmpdec-dev libgl1 libglx-mesa0 libegl1-mesa
21
 
22
  run mkdir -p ~/miniconda3
23
  run wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
 
1
 
2
+ FROM ubuntu:devel
3
 
4
  USER root
5
 
 
17
  run chmod -R a+xrw .
18
 
19
  run apt update
20
+ run apt-get install -y git curl nvidia-cuda-toolkit wget git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libmpdec-dev libgl1 libglx-mesa0
21
 
22
  run mkdir -p ~/miniconda3
23
  run wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh