Spaces:
Running
Running
fix dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,12 +10,12 @@ WORKDIR /gpt
|
|
| 10 |
|
| 11 |
|
| 12 |
RUN git clone https://github.com/binary-husky/gpt_academic.git
|
|
|
|
| 13 |
|
| 14 |
COPY --chown=user:user ./config_private.py /gpt/gpt_academic/config_private.py
|
| 15 |
COPY --chown=user:user ./replace.py /gpt/gpt_academic/replace.py
|
| 16 |
RUN python3 replace.py
|
| 17 |
|
| 18 |
-
WORKDIR /gpt/gpt_academic
|
| 19 |
|
| 20 |
# 装载项目文件,安装剩余依赖(必要)
|
| 21 |
RUN pip3 install -r requirements.txt
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
RUN git clone https://github.com/binary-husky/gpt_academic.git
|
| 13 |
+
WORKDIR /gpt/gpt_academic
|
| 14 |
|
| 15 |
COPY --chown=user:user ./config_private.py /gpt/gpt_academic/config_private.py
|
| 16 |
COPY --chown=user:user ./replace.py /gpt/gpt_academic/replace.py
|
| 17 |
RUN python3 replace.py
|
| 18 |
|
|
|
|
| 19 |
|
| 20 |
# 装载项目文件,安装剩余依赖(必要)
|
| 21 |
RUN pip3 install -r requirements.txt
|