mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-03 03:40:12 +00:00
Fix numpy c dependency issue
This commit is contained in:
parent
1b32d4f898
commit
2ed8ddaf27
@ -3,7 +3,7 @@ FROM python:3.11 as builder
|
||||
WORKDIR /usr/app
|
||||
ENV PATH="/usr/app/venv/bin:$PATH"
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
#RUN apt-get update && apt-get install -y git
|
||||
RUN mkdir -p /usr/app
|
||||
RUN python -m venv ./venv
|
||||
|
||||
@ -14,7 +14,7 @@ RUN pip install -r requirements.txt
|
||||
# RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
|
||||
# RUN pip config set global.trusted-host mirrors.aliyun.com
|
||||
|
||||
FROM python:3.11-alpine
|
||||
FROM python:3.11
|
||||
|
||||
WORKDIR /usr/app
|
||||
ENV PATH="/usr/app/venv/bin:$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user