Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:fhswf/Jupyterhub-K8s into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Sep 12, 2024
2 parents 5f1550f + cdc87fd commit 54b2b96
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 11 deletions.
8 changes: 5 additions & 3 deletions base-images/vscode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JUPYTER_VARIANT
ARG CUDA_VARIANT

FROM jupyter/${JUPYTER_VARIANT}-notebook:lab-3.6.3 as nocuda
FROM jupyter/${JUPYTER_VARIANT}-notebook:ubuntu-22.04 as nocuda

ARG JUPYTER_VARIANT
ARG CUDA_VARIANT
Expand Down Expand Up @@ -335,8 +335,10 @@ RUN code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extens
&& cd /tmp

RUN pip install \
jupyterlab-lsp==4.3.0 \
jupyter-server-proxy==4.0.0 \
jupyterlab-lsp \
jupyter-server-proxy \
jupyterlab-night \
jupyter-collaboration \
git+https://github.com/fhswf/Jupyterhub-K8s.git@main#subdirectory=packages/jupyter_vscodeserver_proxy \
jedi-language-server \
nbgitpuller \
Expand Down
2 changes: 1 addition & 1 deletion images/PKI/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-nocuda:sha-2c18bf4
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-nocuda:sha-e9575c4
FROM $BASE_CONTAINER
ARG BASE_CONTAINER
ENV BUILD_IMAGE_NAME pki
Expand Down
2 changes: 1 addition & 1 deletion images/compilerbau/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-nocuda:sha-f7a5a4b
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-nocuda:sha-e9575c4
FROM $BASE_CONTAINER
ARG BASE_CONTAINER
ENV BUILD_IMAGE_NAME compilerbau
Expand Down
2 changes: 1 addition & 1 deletion images/deepml/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-cuda-devel:sha-2c18bf4
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-cuda-devel:sha-e9575c4
FROM $BASE_CONTAINER
ARG BASE_CONTAINER
ENV BUILD_IMAGE_NAME deepml
Expand Down
2 changes: 1 addition & 1 deletion images/eml/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-nocuda:sha-2c18bf4
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-nocuda:sha-e9575c4
FROM $BASE_CONTAINER
ARG BASE_CONTAINER
ENV BUILD_IMAGE_NAME eml
Expand Down
2 changes: 1 addition & 1 deletion images/fulp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-minimal-nocuda:sha-4dd0f7a
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-minimal-nocuda:sha-e9575c4
FROM $BASE_CONTAINER
ARG BASE_CONTAINER
ENV BUILD_IMAGE_NAME fulp
Expand Down
2 changes: 1 addition & 1 deletion images/grader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-nocuda:sha-2c18bf4
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-scipy-nocuda:sha-e9575c4
FROM $BASE_CONTAINER
ARG BASE_CONTAINER
ENV BUILD_IMAGE_NAME grader
Expand Down
2 changes: 1 addition & 1 deletion images/java/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-minimal-nocuda:sha-f7a5a4b
ARG BASE_CONTAINER=ghcr.io/fhswf/jupyterhub-k8s/vscode-minimal-nocuda:sha-e9575c4

FROM $BASE_CONTAINER

Expand Down
5 changes: 4 additions & 1 deletion jupyterhub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM jupyterhub/k8s-hub:2.0.1-0.dev.git.6026.h0e7347d7
FROM jupyterhub/k8s-hub:3.2.1
# hub 4.0.2
# FROM jupyterhub/k8s-hub:2.0.1-0.dev.git.6026.h0e7347d

# latest version for jupyterhub 3.1.1 2.0.1-0.dev.git.6026.h0e7347d7
# latest version for jupyterhub 3.0.0 2.0.1-0.dev.git.5939.h617bec32
ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit 54b2b96

Please sign in to comment.