Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasAbraham committed Jun 8, 2024
1 parent c6567d4 commit 75f27f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./juptyerlab/Dockerfile
file: ./jupyterlab/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM jupyter/datascience-notebook

# Copy the scripts into the container and set them as executable in one step
COPY --chmod=+x /jupyerlab/startup-script.sh /usr/local/bin/startup-script.sh
COPY --chmod=+x /jupyerlab/update_packages.py /usr/local/bin/update_packages.py
COPY --chmod=+x /jupyterlab/startup-script.sh /usr/local/bin/startup-script.sh
COPY --chmod=+x /jupyterlab/update_packages.py /usr/local/bin/update_packages.py

USER root

Expand Down

0 comments on commit 75f27f4

Please sign in to comment.