Spaces:
Alao
/
Build error

Alao commited on
Commit
4bff00e
·
verified ·
1 Parent(s): 59c401d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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