Spaces:
Runtime error
Runtime error
Yaron Koresh
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@ WORKDIR $HOME/app
|
|
| 17 |
COPY --chown=user . $HOME/app
|
| 18 |
run chmod -R a+xrw .
|
| 19 |
|
|
|
|
| 20 |
run mkdir -p ~/miniconda3
|
| 21 |
run wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
|
| 22 |
run bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
|
|
|
|
| 17 |
COPY --chown=user . $HOME/app
|
| 18 |
run chmod -R a+xrw .
|
| 19 |
|
| 20 |
+
run apt-get install wget git
|
| 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
|