Compare commits
2 Commits
version3.3
...
version3.3
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fad4f44a4 | |||
| 1240dd6f26 |
@ -9,12 +9,16 @@ RUN echo '[global]' > /etc/pip.conf && \
|
|||||||
|
|
||||||
|
|
||||||
WORKDIR /gpt
|
WORKDIR /gpt
|
||||||
COPY requirements.txt .
|
|
||||||
|
# 装载项目文件
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
# 安装依赖
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
# 可选步骤,用于预热模块
|
# 可选步骤,用于预热模块
|
||||||
RUN python3 -c 'from check_proxy import warm_up_modules; warm_up_modules()'
|
RUN python3 -c 'from check_proxy import warm_up_modules; warm_up_modules()'
|
||||||
|
|
||||||
|
# 启动
|
||||||
CMD ["python3", "-u", "main.py"]
|
CMD ["python3", "-u", "main.py"]
|
||||||
|
|||||||
BIN
docs/gradio-3.32.2-py3-none-any.whl
Normal file
BIN
docs/gradio-3.32.2-py3-none-any.whl
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
git+https://github.com/binary-husky/gradio-fix.git
|
./docs/gradio-3.32.2-py3-none-any.whl
|
||||||
tiktoken>=0.3.3
|
tiktoken>=0.3.3
|
||||||
requests[socks]
|
requests[socks]
|
||||||
transformers
|
transformers
|
||||||
|
|||||||
Reference in New Issue
Block a user