Spaces:
Sleeping
Sleeping
ea4all-docker-load-private-from-public-spaces
Browse files- 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 |
-
|
30 |
-
|
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 |
-
|
|
|
|
|
|
|
|
|
|
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"]
|