File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ RUN git clone -q --branch=v0.3.18 git://github.com/xianyi/OpenBLAS.git && \
107
107
cd OpenBLAS && \
108
108
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
109
109
make install && \
110
+ cd /tmp && \
110
111
git clone --recursive https://github.com/bodono/scs-python.git && \
111
112
cd /tmp/scs-python && \
112
113
python setup.py install --scs --gpu
@@ -188,7 +189,7 @@ RUN apt autoclean && \
188
189
189
190
RUN /opt/conda/bin/python3 -m ipykernel install \
190
191
--prefix=/opt/conda/ \
191
- --display-name "PyTorch 1.10 (NGC 21.12/Python 3.8 Conda) on Backend.AI" && \
192
+ --display-name "PyTorch 1.11 (NGC 21.12/Python 3.8 Conda) on Backend.AI" && \
192
193
cat /opt/conda/share/jupyter/kernels/python3/kernel.json
193
194
194
195
# Backend.AI specifics
File renamed without changes.
You can’t perform that action at this time.
0 commit comments