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
3f358710
Commit
3f358710
authored
Jun 16, 2021
by
Siddhartha Laghuvarapu
Browse files
Update Dockerfile to add torch dependencies
parent
693b06c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3f358710
...
...
@@ -52,6 +52,8 @@ RUN ln -s neural-mmo/forge forge \
RUN
conda
install
cmake
-y
&&
conda clean
-y
-a
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