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 f04305e commit be0909f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ RUN \
# Cleanup
clean-layer.sh

# Install JupyterHub
RUN \
npm install -g configurable-http-proxy && \
python3 -m pip install --no-cache setuptools_rust && \
# Install Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

RUN npm install -g configurable-http-proxy && \
python3 -m pip install --no-cache --upgrade pip setuptools wheel && \
python3 -m pip install --no-cache jupyterhub && \
# Cleanup
clean-layer.sh
Expand Down

0 comments on commit be0909f

Please sign in to comment.