Skip to content
Snippets Groups Projects
Commit b74eb5a6 authored by calrama's avatar calrama
Browse files

fix mxnet version range

parent 45008403
No related branches found
No related tags found
No related merge requests found
Pipeline #31290 failed
...@@ -52,7 +52,7 @@ RUN mkdir -p ~/.venv && \ ...@@ -52,7 +52,7 @@ RUN mkdir -p ~/.venv && \
JPype1 \ JPype1 \
PySide2 \ PySide2 \
ipykernel \ ipykernel \
mxnet-cu101==1.6.0 \ mxnet-cu101>=1.6.0,<1.7.0 \
&& \ && \
ipython kernel install --user --name=robofish ipython kernel install --user --name=robofish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment