Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -5,9 +5,6 @@ RUN apt install curl wget python3 -y \
|
|
| 5 |
&& useradd -m -u 1000 user \
|
| 6 |
&& wget https://huggingface.co/spaces/Alao/space/raw/main/run.sh \
|
| 7 |
&& chmod +x run.sh \
|
| 8 |
-
&& wget https://github.com/indigo-dc/udocker/releases/download/1.3.13/udocker-1.3.13.tar.gz \
|
| 9 |
-
&& tar zxvf udocker-1.3.13.tar.gz \
|
| 10 |
-
&& export PATH=`pwd`/udocker-1.3.13/udocker:$PATH \
|
| 11 |
&& chown -R user /home/*
|
| 12 |
ENV HOME=/home/user \
|
| 13 |
PATH=/home/user/.local/bin:$PATH
|
|
|
|
| 5 |
&& useradd -m -u 1000 user \
|
| 6 |
&& wget https://huggingface.co/spaces/Alao/space/raw/main/run.sh \
|
| 7 |
&& chmod +x run.sh \
|
|
|
|
|
|
|
|
|
|
| 8 |
&& chown -R user /home/*
|
| 9 |
ENV HOME=/home/user \
|
| 10 |
PATH=/home/user/.local/bin:$PATH
|