Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
42741dd4
Unverified
Commit
42741dd4
authored
Jan 07, 2022
by
Frank Lee
Committed by
GitHub
Jan 07, 2022
Browse files
added docker image (#126)
parent
293fb40c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
docker/Dockerfile
docker/Dockerfile
+10
-0
No files found.
docker/Dockerfile
0 → 100644
View file @
42741dd4
FROM
nvcr.io/nvidia/pytorch:21.07-py3
# install dependencies
RUN
pip
install
-U
pip setuptools wheel
\
&&
pip
install
pytest tensorboard deepspeed apex
# install colossalai
RUN
git clone https://github.com/hpcaitech/ColossalAI.git
\
&&
cd
./ColossalAI
\
&&
pip
install
-v
--no-cache-dir
--global-option
=
"--cuda_ext"
.
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