Spaces:
Runtime error
Runtime error
Xuan2060320350
commited on
Commit
•
0ec750f
1
Parent(s):
0a5b78e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.11
|
2 |
RUN apt update
|
3 |
RUN apt install git
|
4 |
-
RUN git clone https://github.com/
|
5 |
WORKDIR "ChatSydney-react-zh-Hans-CN"
|
6 |
RUN pip install -r requirements.txt
|
7 |
EXPOSE 7860
|
|
|
1 |
FROM python:3.11
|
2 |
RUN apt update
|
3 |
RUN apt install git
|
4 |
+
RUN git clone https://github.com/2060320350/ChatSydney-react-zh-Hans-CN.git
|
5 |
WORKDIR "ChatSydney-react-zh-Hans-CN"
|
6 |
RUN pip install -r requirements.txt
|
7 |
EXPOSE 7860
|