lirc572 / lirc-jupyter

Home Page:https://hub.docker.com/r/lirc572/lirc-jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# lirc-jupyter

GitHub last commit CI Status

Environment

Create a conda environment:

conda env create -f environment.yml

Save the environment:

pip freeze > requirements.txt

Docker Build

docker build -t lirc572/lirc-jupyter:latest .
docker push lirc572/lirc-jupyter:latest

Notes

How the packages are installed:

conda create --name lirc-env python=3.7
conda activate lirc-env

pip install numpy scipy scipy matplotlib seaborn scikit-learn scikit-learn torch transformers captum jupyterlab octave-kernel

pip freeze > requirements.txt

About

https://hub.docker.com/r/lirc572/lirc-jupyter


Languages

Language:Dockerfile 100.0%