Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Dec 13, 2023
1 parent 2f11195 commit 4a30196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAINTAINER Leonid Kostrykin <leonid.kostrykin@bioquant.uni-heidelberg.de>

RUN pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir pybind11
RUN pip install --no-cache-dir ipykernel
RUN pip install --no-cache-dir jupyterlab

COPY CarnaPy-*.whl /tmp/carnapy/
Expand Down

0 comments on commit 4a30196

Please sign in to comment.