Yaron Koresh commited on
Commit
7b9fd53
·
verified ·
1 Parent(s): 19aa0b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -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 git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libgl1-mesa-glx
21
  run mkdir -p ~/miniconda3
22
  run wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
23
  run bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
 
17
  run chmod -R a+xrw .
18
 
19
  run apt update
20
+ run apt-get install -y git curl wget git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make python3-venv libgl1-mesa-glx
21
  run mkdir -p ~/miniconda3
22
  run wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
23
  run bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3