avfranco commited on
Commit
cc6fca5
·
1 Parent(s): f3129df

ea4all-docker-load-private-from-public-spaces

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -7
Dockerfile CHANGED
@@ -26,12 +26,12 @@ RUN huggingface-cli login --token $(cat /home/user/cli_token) --add-to-git-crede
26
  COPY --chown=user . $HOME
27
 
28
  # Clone and run ea4all-agent
29
- #RUN git clone -b main https://avfranco:$(cat cli_token)@huggingface.co/spaces/avfranco/ea4all-agent
30
- #WORKDIR /home/user/ea4all-agent
31
- #RUN pip install --no-cache-dir --upgrade -r requirements.txt
32
-
33
- RUN git clone https://huggingface.co/spaces/avfranco/ea4all-docker-demo
34
- WORKDIR /home/user/ea4all-docker-demo
35
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
36
 
37
- CMD ["python","main.py"]
 
 
 
 
 
26
  COPY --chown=user . $HOME
27
 
28
  # Clone and run ea4all-agent
29
+ RUN git clone https://avfranco:$(cat cli_token)@huggingface.co/spaces/avfranco/ea4all-agent
30
+ WORKDIR /home/user/ea4all-agent
 
 
 
 
31
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
32
 
33
+ #RUN git clone https://huggingface.co/spaces/avfranco/ea4all-docker-demo
34
+ #WORKDIR /home/user/ea4all-docker-demo
35
+ #RUN pip install --no-cache-dir --upgrade -r requirements.txt
36
+
37
+ CMD ["python","app.py"]