Skip to content

Commit

Permalink
feat: add default launch commands to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Apr 12, 2024
1 parent 9abf05a commit 22fd2b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: [python-jupyter, python-code]
image: [python]
env:
FORCE_COLOR: 1
steps:
Expand Down
1 change: 1 addition & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ARG --required --global VERSION
common:
FROM mambaorg/micromamba:1.5.8
RUN micromamba install -n base -c conda-forge -y htop nvtop
WORKDIR /workspace

all:
BUILD +python-jupyter
Expand Down
1 change: 1 addition & 0 deletions frontend/code/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ SETUP:
--install-extension equinusocio.vsc-material-theme \
--install-extension equinusocio.vsc-material-theme-icons \
--install-extension ms-python.python
CMD ["code-server", "--bind-addr=0.0.0.0:8080", "."]
1 change: 1 addition & 0 deletions frontend/jupyter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ VERSION 0.8
SETUP:
FUNCTION
RUN micromamba install -n base -c conda-forge -y jupyterlab ipykernel ipywidgets
CMD ["jupyter", "lab"]

0 comments on commit 22fd2b7

Please sign in to comment.