Skip to content

Commit

Permalink
fix: set PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 17, 2024
1 parent 6c5af93 commit ada51ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN wget https://github.com/dieterich-lab/DCC/archive/${DCC_VERSION}.zip -O dcc.
cd DCC-${DCC_VERSION} && \
pip install numpy==1.21.0 && \
python setup.py install
ENV PYTHONPATH="/usr/local/lib/python3.8/dist-packages/"
RUN which DCC && DCC -h

# Save Dockerfile in the docker
Expand Down

0 comments on commit ada51ab

Please sign in to comment.