Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neural MMO
neural-mmo-starter-kit
Commits
8d6db60c
Commit
8d6db60c
authored
Jun 24, 2021
by
Siddhartha Laghuvarapu
Browse files
Open cv dependencies to dockerfile
parent
fb4d5533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8d6db60c
...
...
@@ -6,6 +6,7 @@ FROM aicrowd/base-images:neural-mmo-py38-torch-171
COPY
--chown=1001:1001 requirements.txt ${HOME_DIR}/requirements.txt
RUN
pip
install
-r
requirements.txt
--no-cache-dir
RUN
apt
install
libglib2.0-0
COPY
--chown=1001:1001 . ${HOME_DIR}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment