Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
fix bugs:
1.ERROR [10/28] RUN git clone https://github.com/openworm/c302.git &&   cd c302 &&   git checkout ow-0.9.4 &&   sudo pip install .  

2.ERROR: Failed building wheel for h5py
  • Loading branch information
pikid authored Jun 12, 2024
1 parent a24bdec commit 9e09e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ RUN pip3 install neuron==8.0.1
################################################################################
######## Install c302 for building neuronal network models

RUN git clone https://github.com/openworm/c302.git && \
RUN sudo git clone https://github.com/openworm/c302.git && \
cd c302 && \
git checkout ow-0.9.4 && \
sudo apt-get install libhdf5-dev -y && \
sudo pip install .

# Note: pyNeuroML installed with the above library
Expand Down

0 comments on commit 9e09e31

Please sign in to comment.