File: Dockerfile

package info (click to toggle)
ipyparallel 8.8.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,412 kB
  • sloc: python: 21,991; javascript: 267; makefile: 29; sh: 28
file content (3 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
FROM jupyter/scipy-notebook:4a6f5b7e5db1
RUN mamba install -yq openmpi mpi4py
RUN pip install --upgrade https://github.com/ipython/ipyparallel/archive/HEAD.tar.gz