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
chenpangpang
transformers
Commits
37378898
Commit
37378898
authored
Dec 14, 2018
by
thomwolf
Browse files
adding DockerFile
parent
4a4b0e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
docker/Dockerfile
docker/Dockerfile
+7
-0
No files found.
docker/Dockerfile
0 → 100644
View file @
37378898
FROM
pytorch/pytorch:latest
RUN
git clone https://github.com/NVIDIA/apex.git
&&
cd
apex
&&
python setup.py
install
--cuda_ext
--cpp_ext
RUN
pip
install
pytorch-pretrained-bert
WORKDIR
/workspace
\ No newline at end of file
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