Skip to content

Commit

Permalink
More mods to dockerfile to get it building...
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 9, 2025
1 parent 8569366 commit a5366a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt --upgrade --no-cache-dir

#### General Python packages
RUN jupyter labextension install plotlywidget
####RUN jupyter labextension install plotlywidget


##############
Expand Down Expand Up @@ -108,9 +108,9 @@ USER jovyan
RUN pip install -r requirements.txt --upgrade --no-cache-dir

# Compile NEURON mod files for PyNN
RUN cd /opt/conda/lib/python3.9/site-packages/pyNN/neuron/nmodl && nrnivmodl
RUN cd /opt/conda/lib/python3.12/site-packages/pyNN/neuron/nmodl && nrnivmodl
# See https://github.com/OpenSourceBrain/osb-model-validation/issues/91 for status of this
RUN pip install 'numpy<=1.23.0' # temp fix for https://levelup.gitconnected.com/fix-attributeerror-module-numpy-has-no-attribute-float-d7d68c5a4971
######RUN pip install 'numpy<=1.23.0' # temp fix for https://levelup.gitconnected.com/fix-attributeerror-module-numpy-has-no-attribute-float-d7d68c5a4971

#########################################################################
# fix for https://github.com/jupyter/notebook/issues/7048
Expand Down

0 comments on commit a5366a3

Please sign in to comment.