avfranco commited on
Commit
17276da
·
1 Parent(s): c126725

docker-image-tst

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN --mount=type=secret,id=SECRET_EXAMPLE,mode=0400,required=false
15
  #cat /run/secrets/SECRET_EXAMPLE
16
 
17
  WORKDIR /code
18
- RUN git clone https://avfranco/spaces/avfranco/ea4all-docker-demo
19
  WORKDIR /code/ea4all-docker-demo
20
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
21
 
 
15
  #cat /run/secrets/SECRET_EXAMPLE
16
 
17
  WORKDIR /code
18
+ RUN git clone https://huggingface.co/spaces/avfranco/ea4all-docker-demo
19
  WORKDIR /code/ea4all-docker-demo
20
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
21