Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmuens/jupyter-lab

My personal Machine Learning / Data Science environment
https://github.com/pmuens/jupyter-lab

data-science deep-learning docker docker-image jupyter-notebook jupyterlab machine-learning pytorch tensorflow

Last synced: 9 days ago
JSON representation

My personal Machine Learning / Data Science environment

Awesome Lists containing this project

README

        

# Jupyter Lab

My personal Machine Learning / Data Science environment. Take a look at the [Dockerfile](./Dockerfile) to see what languages and libraries are included.

The image is also hosted on [Docker Hub](https://hub.docker.com/r/pmuens/jupyter-lab).

**NOTE:** The code for the Dockerfile is based on the following repositories:

- [ufoym/deepo](https://github.com/ufoym/deepo)
- [fastai/swiftai](https://github.com/fastai/swiftai)

## Usage

### Build

```sh
./scripts/build.sh
```

### Run

```sh
./scripts/run.sh
```

### Push

```sh
./scripts/push.sh
```