Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
neurips-2021-the-nethack-challenge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nethack
neurips-2021-the-nethack-challenge
Commits
815bdd05
There was an error fetching the commit references. Please try again later.
Commit
815bdd05
authored
3 years ago
by
Eric Hambro
Browse files
Options
Downloads
Patches
Plain Diff
Fixup to reflect Heiner's changes to TB.
parent
bade7570
No related branches found
No related tags found
1 merge request
!3
Add Dockerfile for TB baseline.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nethack_baselines/torchbeast/Dockerfile
+2
-2
2 additions, 2 deletions
nethack_baselines/torchbeast/Dockerfile
with
2 additions
and
2 deletions
nethack_baselines/torchbeast/Dockerfile
+
2
−
2
View file @
815bdd05
# -*- mode: dockerfile -*-
# -*- mode: dockerfile -*-
FROM
nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04
FROM
nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04
ARG
PYTHON_VERSION=3.
8
ARG
PYTHON_VERSION=3.
7
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
&&
apt-get
install
-yq
\
RUN
apt-get update
&&
apt-get
install
-yq
\
...
@@ -43,7 +43,7 @@ RUN python -c 'import torch'
...
@@ -43,7 +43,7 @@ RUN python -c 'import torch'
# Install TorchBeast
# Install TorchBeast
WORKDIR
/opt/
WORKDIR
/opt/
RUN
git clone https://github.com/
condnsdmatters/torchbeast.git
--branch
eric/experimental-port
--recursive
RUN
git clone https://github.com/
facebookresearch/torchbeast.git
--recursive
WORKDIR
/opt/torchbeast
WORKDIR
/opt/torchbeast
RUN
pip
install
-r
requirements.txt
RUN
pip
install
-r
requirements.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment