Skip to content

Commit

Permalink
Switch datascience to jupyter/scipy, as now their datascience include…
Browse files Browse the repository at this point in the history
…s tf/pytorch...
  • Loading branch information
dafeliton committed Feb 27, 2024
1 parent 82a9c80 commit d78e0b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
- name: Install pip dependencies
run: |
sudo yum -y install python-pip
sudo yum remove python3-requests -y
sudo dnf -y install python-pip
sudo dnf remove python3-requests -y
python3 -m pip install -r scripts/requirements.txt
- name: Install selenium dependecies for r studio
Expand Down
5 changes: 4 additions & 1 deletion images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYTHON_VERSION=python-3.11.8
FROM quay.io/jupyter/datascience-notebook:$PYTHON_VERSION
FROM quay.io/jupyter/scipy-notebook:$PYTHON_VERSION
# coerce change in all notebooks
USER root

Expand Down Expand Up @@ -51,6 +51,9 @@ USER jovyan
ARG PY_VER_SHORT=3.11
ARG JUPYTERHUB_VERSION=3.0.0

# Add additional pip packages
RUN pip install nbgrader nbgitpuller nbresuse pillow typing-extensions tzlocal appdirs GPUtil mock pytest

# mistune added for nbgrader issues

# jupyterlab_rise must be below 0.40.0 while jupyterlab is not > v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion images/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ images:
build_args:
PYTHON_VERSION: python-3.11.8
PY_VER_SHORT: "3.11"
JUPYTERHUB_VERSION: 1.4.1
JUPYTERHUB_VERSION: 3.0.0
info_cmds: [PY_VER, PIP_LIST, CONDA_INFO, CONDA_LIST, APT_PKG_LIST]

rstudio-notebook:
Expand Down

0 comments on commit d78e0b4

Please sign in to comment.