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
38fd8844
Unverified
Commit
38fd8844
authored
Jul 21, 2022
by
ver217
Committed by
GitHub
Jul 21, 2022
Browse files
[docker] add tensornvme in docker (#1354)
* add tensornvme in docker * fix dockerfile * fix dockerfile
parent
6b43c789
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
View file @
38fd8844
...
@@ -15,3 +15,10 @@ RUN git clone https://github.com/hpcaitech/ColossalAI.git \
...
@@ -15,3 +15,10 @@ RUN git clone https://github.com/hpcaitech/ColossalAI.git \
# install titans
# install titans
RUN
pip
install
--no-cache-dir
titans
RUN
pip
install
--no-cache-dir
titans
# install tensornvme
RUN
conda
install
cmake
&&
\
git clone https://github.com/hpcaitech/TensorNVMe.git
&&
\
cd
TensorNVMe
&&
\
pip
install
-r
requirements.txt
&&
\
pip
install
-v
--no-cache-dir
.
\ 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