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
2b5c7548
Commit
2b5c7548
authored
Jun 17, 2021
by
Siddhartha Laghuvarapu
Browse files
Update Dockerfile
parent
eae29a3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2b5c7548
# Select one of the images based on your case
# FROM aicrowd/base-images:neural-mmo-py38-torch-190
# FROM aicrowd/base-images:neural-mmo-py38-torch-180
#
FROM aicrowd/base-images:neural-mmo-py38-torch-171
FROM
aicrowd/base-images:neural-mmo-py38
FROM
aicrowd/base-images:neural-mmo-py38-torch-171
#
FROM aicrowd/base-images:neural-mmo-py38
COPY
--chown=1001:1001 requirements.txt ${HOME_DIR}/requirements.txt
RUN
pip
install
-r
requirements.txt
--no-cache-dir
RUN
conda
install
pytorch torchvision torchaudio
cudatoolkit
=
11.0
-c
pytorch
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