code-server-scikit-learn update/add workflows

This commit is contained in:
aptalca
2023-05-17 14:22:09 -04:00
parent 3ece355a20
commit 350e9aa983
6 changed files with 60 additions and 65 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/with-contenv bash
apt-get update
-13
View File
@@ -1,13 +0,0 @@
#!/usr/bin/with-contenv bash
# Install python3 first
apt-get install -y \
build-essential \
libssl-dev \
libffi-dev \
python3-dev \
python3-pip \
python3-venv
# Install python modules
pip3 install jupyterlab scikit-learn