Spaces:
Alao
/
Build error

Alao commited on
Commit
89bcaef
·
verified ·
1 Parent(s): 0addd47

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -5,6 +5,9 @@ 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
  && chown -R user /home/*
9
  ENV HOME=/home/user \
10
  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
+ && 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