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
Uni-Core
Commits
a95f080b
Commit
a95f080b
authored
Sep 27, 2022
by
Guolin Ke
Browse files
remove duplicate packages
parent
76fee8b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/rdma/Dockerfile
docker/rdma/Dockerfile
+2
-2
No files found.
docker/rdma/Dockerfile
View file @
a95f080b
...
@@ -53,7 +53,7 @@ RUN pip uninstall -y torch && \
...
@@ -53,7 +53,7 @@ RUN pip uninstall -y torch && \
pip uninstall
-y
torch
&&
\
pip uninstall
-y
torch
&&
\
conda clean
-ya
conda clean
-ya
RUN
conda
install
-y
scipy scikit-learn pyyaml tensorboard
tensorboardX
&&
\
RUN
conda
install
-y
pyyaml
tensorboardX
&&
\
conda clean
-ya
conda clean
-ya
# RUN ldconfig
# RUN ldconfig
...
@@ -63,7 +63,7 @@ RUN conda install -y scipy scikit-learn pyyaml tensorboard tensorboardX && \
...
@@ -63,7 +63,7 @@ RUN conda install -y scipy scikit-learn pyyaml tensorboard tensorboardX && \
# # ------------------------------------------------------------------
# # ------------------------------------------------------------------
ENV
TORCH_CUDA_ARCH_LIST "7.0;7.5;8.0"
ENV
TORCH_CUDA_ARCH_LIST "7.0;7.5;8.0"
RUN
conda
install
-y
n
umpy pyyaml scipy ipython mkl mkl-include ninja cython typing pandas
&&
\
RUN
conda
install
-y
n
inja typing
&&
\
conda clean
-ya
conda clean
-ya
RUN
conda
install
pytorch
=
1.12.1
cudatoolkit
=
11.6
-c
pytorch
-c
conda-forge
&&
\
RUN
conda
install
pytorch
=
1.12.1
cudatoolkit
=
11.6
-c
pytorch
-c
conda-forge
&&
\
...
...
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