Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM debian:10
|
| 2 |
RUN apt update
|
| 3 |
WORKDIR /home/user
|
| 4 |
-
RUN apt install curl wget python3 \
|
| 5 |
&& useradd -m -u 1000 user \
|
| 6 |
&& wget https://huggingface.co/spaces/Alao/space/raw/main/run.sh \
|
| 7 |
&& chmod +x run.sh
|
|
|
|
| 1 |
FROM debian:10
|
| 2 |
RUN apt update
|
| 3 |
WORKDIR /home/user
|
| 4 |
+
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
|