Revert everything except the pip fix and the branch flag
This commit is contained in:
@@ -5,7 +5,6 @@ RUN set -ex; \
|
||||
apt-get update; \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -qy \
|
||||
git \
|
||||
rustc python3-setuptools python3-wheel python3-pip \
|
||||
build-essential \
|
||||
checkinstall \
|
||||
libffi-dev \
|
||||
@@ -13,7 +12,6 @@ RUN set -ex; \
|
||||
libjpeg-dev \
|
||||
zlib1g-dev
|
||||
|
||||
ENV CRYPTOGRAPHY_DONT_BUILD_RUST 1
|
||||
ENV WHEELHOUSE=/data/wheelhouse
|
||||
ENV PIP_WHEEL_DIR=/data/wheelhouse
|
||||
ENV PIP_FIND_LINKS=/data/wheelhouse
|
||||
|
@@ -41,7 +41,7 @@ pip3 install --upgrade pip
|
||||
|
||||
# Pin poetry to 1.0, as more recent version to not support nested filesystem package
|
||||
# dependencies.
|
||||
pip3 install wheel poetry==1.0 'cryptography<3.4'
|
||||
pip3 install wheel poetry==1.0
|
||||
|
||||
# Build wheels for all dependencies.
|
||||
cd /data/topdev/blender-cloud
|
||||
|
Reference in New Issue
Block a user