Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmind/lab
Docker image for data science lab. Includes GPU, Elyra, TensorFlow, and more
https://github.com/fmind/lab
docker jupyter lab science tensorflow
Last synced: 7 days ago
JSON representation
Docker image for data science lab. Includes GPU, Elyra, TensorFlow, and more
- Host: GitHub
- URL: https://github.com/fmind/lab
- Owner: fmind
- License: other
- Created: 2020-05-20T06:47:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T16:04:22.000Z (about 3 years ago)
- Last Synced: 2024-01-30T04:05:32.868Z (10 months ago)
- Topics: docker, jupyter, lab, science, tensorflow
- Language: Dockerfile
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# lab
Docker image for data science lab. Includes GPU, Elyra, TensorFlow, and more.
## Execute
To start using the lab and connect the net port (-v) and host volume (-v):
```bash
docker run --rm -it --gpus all -p 8888:8888 -v $PWD:/home/fmind/projects fmind/lab
```
## BuildTo build the environment with the default arguments:
```bash
docker build --pull --file=Dockerfile --tag=fmind/lab:latest .
```## Push
To push the image:
```bash
docker push fmind/lab
```