Skip to content

Commit

Permalink
feat: add more python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Apr 14, 2024
1 parent 6d6e904 commit 9fdb17b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/jupyter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ VERSION 0.8

SETUP:
FUNCTION
RUN micromamba install -n base -c conda-forge -y jupyterlab jupyterhub-singleuser ipykernel ipywidgets
RUN micromamba install -n base -c conda-forge -y jupyterlab jupyterhub-singleuser jupyter-server-proxy ipykernel ipywidgets
CMD ["jupyter", "lab", "--ip=0.0.0.0", "--port=8888"]
3 changes: 3 additions & 0 deletions language/python/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ SETUP:
python pytorch torchvision torchaudio pytorch-cuda=11.8 \
lightning torchinfo tensorboard tensorboardx \
transformers diffusers datasets accelerate evaluate optimum \
numpy pillow \
pandas polars duckdb python-duckdb \
matplotlib seaborn plotly \
gradio streamlit

0 comments on commit 9fdb17b

Please sign in to comment.