Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmuens/jupyter-lab
- Owner: pmuens
- Created: 2020-02-13T15:22:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T15:55:20.000Z (almost 5 years ago)
- Last Synced: 2024-10-20T04:44:24.508Z (3 months ago)
- Topics: data-science, deep-learning, docker, docker-image, jupyter-notebook, jupyterlab, machine-learning, pytorch, tensorflow
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```