mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
freegpt buildfix
This commit is contained in:
parent
a29191531b
commit
3fddeee6b4
@ -22,7 +22,7 @@ RUN apt-get update && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libffi-dev cmake \
|
libffi-dev cmake \
|
||||||
libcurl4-openssl-dev && \
|
libcurl4-openssl-dev && \
|
||||||
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt
|
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -22,7 +22,7 @@ RUN apt-get update && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libffi-dev cmake \
|
libffi-dev cmake \
|
||||||
libcurl4-openssl-dev && \
|
libcurl4-openssl-dev && \
|
||||||
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt
|
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -22,7 +22,7 @@ RUN apt-get update && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libffi-dev cmake \
|
libffi-dev cmake \
|
||||||
libcurl4-openssl-dev && \
|
libcurl4-openssl-dev && \
|
||||||
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt
|
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -22,7 +22,7 @@ RUN apt-get update && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libffi-dev cmake \
|
libffi-dev cmake \
|
||||||
libcurl4-openssl-dev && \
|
libcurl4-openssl-dev && \
|
||||||
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt
|
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -22,7 +22,7 @@ RUN apt-get update && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libffi-dev cmake \
|
libffi-dev cmake \
|
||||||
libcurl4-openssl-dev && \
|
libcurl4-openssl-dev && \
|
||||||
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt
|
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
##################################################################
|
##################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user