Skip to content

Commit

Permalink
Container definitions: using ipykernel for proper notebook integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
cflerin committed Mar 28, 2019
1 parent a91cbba commit b492340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN BUILDPKGS="build-essential apt-utils" && \
apt-get install -y procps && \
rm -rf /var/lib/apt/lists/*

RUN pip install --no-cache-dir --upgrade pyscenic==0.9.7 ipython dask==1.0.0 pandas==0.23.4
RUN pip install --no-cache-dir --upgrade pyscenic==0.9.7 ipykernel dask==1.0.0 pandas==0.23.4

RUN apt-get remove --purge -y $BUILDPKGS

2 changes: 1 addition & 1 deletion Singularity.0.9.7
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ From: python:3.6.8-slim
apt-get install -y $BUILDPKGS && \
apt-get install -y procps && \
rm -rf /var/lib/apt/lists/*
pip install --no-cache-dir --upgrade pyscenic==0.9.7 ipython dask==1.0.0 pandas==0.23.4
pip install --no-cache-dir --upgrade pyscenic==0.9.7 ipykernel dask==1.0.0 pandas==0.23.4
apt-get remove --purge -y $BUILDPKGS

0 comments on commit b492340

Please sign in to comment.