From 8c7f43c18fba15ab4950345da489b2c060754903 Mon Sep 17 00:00:00 2001 From: Jonas-Ian Kuche Date: Tue, 20 Aug 2024 13:17:31 +0200 Subject: [PATCH] feat(common): add openssh --- Earthfile | 2 +- language/python/Earthfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 7d66067..0de6430 100644 --- a/Earthfile +++ b/Earthfile @@ -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: diff --git a/language/python/Earthfile b/language/python/Earthfile index 0582ad4..02e6878 100644 --- a/language/python/Earthfile +++ b/language/python/Earthfile @@ -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