Skip to content

Commit

Permalink
feat(common): add openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Aug 20, 2024
1 parent e577ed6 commit 8c7f43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG --required --global VERSION
common:
FROM mambaorg/micromamba:1.5.8
ENV SHELL=/bin/bash
RUN micromamba install -n base -c conda-forge -y htop curl wget zip unzip
RUN micromamba install -n base -c conda-forge -y htop curl wget zip unzip openssh
WORKDIR /workspace

common-cuda:
Expand Down
2 changes: 1 addition & 1 deletion language/python/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SETUP:
matplotlib seaborn plotly \
gradio streamlit \
d2l beautifulsoup4 langdetect spacy mastodon.py \
fastai::opencv-python-headless deepface
fastai::opencv-python-headless

SETUP_CPU:
FUNCTION
Expand Down

0 comments on commit 8c7f43c

Please sign in to comment.