Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
  • Loading branch information
gitworkflows authored Jul 10, 2024
1 parent 76f4407 commit 4a9a65f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM khulnasoft/ssh-proxy:master
FROM khulnasoft/ssh-proxy:latest

WORKDIR /

Expand Down Expand Up @@ -77,21 +77,18 @@ RUN \
# Cleanup
clean-layer.sh

### END BASICS ###

### MLRECIPES-SPECIFIC INSTALLATIONS ###
RUN \
pip install --upgrade pip \
pip install setuptools_rust
# Copy mlrecipesspawner module to install it

# Install JupyterHub
RUN \
npm install -g configurable-http-proxy && \
python3 -m pip install --no-cache jupyterhub && \
# Cleanup
clean-layer.sh

### END BASICS ###

### MLRECIPES-SPECIFIC INSTALLATIONS ###

# Copy mlrecipesspawner module to install it
COPY resources/mlrecipesspawner /mlrecipesspawner

RUN \
Expand Down Expand Up @@ -185,7 +182,7 @@ ARG ARG_VCS_REF="unknown"

# Overwrite & add common labels
LABEL \
"maintainer"="khulnasoft.team@gmail.com" \
"maintainer"="info@khulnasoft.com" \
# Kubernetes Labels
"io.k8s.description"="Multi-user hub which spawns and manages workspace instances." \
"io.k8s.display-name"="Machine Learning Hub" \
Expand Down

0 comments on commit 4a9a65f

Please sign in to comment.