Skip to content

Commit

Permalink
This fixes the dependency conflict earlier, but need to clear pip cac…
Browse files Browse the repository at this point in the history
  • Loading branch information
crizCraig committed Oct 2, 2019
1 parent 06baad9 commit 8157bfc
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Packaging/Dockerfile
Expand Up @@ -5,10 +5,12 @@

FROM deepdriveio/ue4-deepdrive-deps:latest

COPY requirements.txt ./requirements.txt
RUN pip3 install -r requirements.txt
WORKDIR /home/ue4
RUN git clone https://github.com/deepdrive/deepdrive-sim

COPY requirements.txt ./requirements-lock.txt
RUN pip3 install -r requirements-lock.txt


# Bootstrap source into build container
CMD curl -s -N https://raw.githubusercontent.com/deepdrive/deepdrive-sim/${DEEPDRIVE_COMMIT}/Packaging/ci-package.sh | bash
69 changes: 69 additions & 0 deletions Packaging/requirements-lock.txt
@@ -0,0 +1,69 @@
astroid==2.2.5
attrs==19.1.0
awscli==1.16.226
bleach==3.1.0
boto==2.49.0
boto3==1.9.216
botocore==1.12.216
bottle==0.12.17
cachetools==3.1.1
certifi==2019.6.16
chardet==3.0.4
colorama==0.3.9
conan==1.18.1
conan-ue4cli==0.0.14
decorator==4.4.0
deprecation==2.0.7
distro==1.1.0
docker==4.0.2
docker-pycreds==0.4.0
docutils==0.15.2
fasteners==0.15
future==0.16.0
google-api-core==1.14.2
google-auth==1.6.3
google-cloud-core==1.0.3
google-cloud-storage==1.18.0
google-resumable-media==0.3.3
googleapis-common-protos==1.6.0
idna==2.8
isort==4.3.21
Jinja2==2.10.1
jmespath==0.9.4
lazy-object-proxy==1.4.2
MarkupSafe==1.1.1
mccabe==0.6.1
monotonic==1.5
natsort==6.0.0
networkx==2.3
node-semver==0.6.1
packaging==19.1
patch==1.16
pkginfo==1.5.0.1
pluginbase==0.7
protobuf==3.9.1
pyasn1==0.4.6
pyasn1-modules==0.2.6
Pygments==2.4.2
PyJWT==1.7.1
pylint==2.3.1
pyparsing==2.4.2
python-dateutil==2.8.0
pytz==2019.2
PyYAML==5.1.2
readme-renderer==24.0
requests==2.22.0
requests-toolbelt==0.9.1
rsa==3.4.2
s3transfer==0.2.1
shellescape==3.4.1
six==1.12.0
tqdm==4.35.0
twine==1.13.0
typed-ast==1.4.0
ue4-ci-helpers==0.0.9
ue4cli==0.0.37
urllib3==1.25.3
webencodings==0.5.1
websocket-client==0.56.0
wrapt==1.11.2
1 change: 0 additions & 1 deletion Packaging/requirements.txt
@@ -1,4 +1,3 @@
# Duplicated in Dockerfile for building in cloud!
ue4-ci-helpers
boto
awscli

0 comments on commit 8157bfc

Please sign in to comment.