Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonsignificantp/mortalidad
dvc workshop
https://github.com/nonsignificantp/mortalidad
Last synced: 17 days ago
JSON representation
dvc workshop
- Host: GitHub
- URL: https://github.com/nonsignificantp/mortalidad
- Owner: nonsignificantp
- Created: 2019-10-07T05:05:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T14:51:59.000Z (over 5 years ago)
- Last Synced: 2024-11-09T09:44:08.757Z (2 months ago)
- Language: R
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DVC workshop
## Descargar el repositorio
```bash
$ git clone https://github.com/nonsignificantp/dvc_workshop.git
$ cd dvc_workshop
```## Cargar imagen, crear container e iniciar docker
```bash
$ docker build -t rdvc:latest .
$ docker create --name mortalidad -it \
-p 8787:8787 \
-v $PWD:/home/rstudio/dev \
-e PASSWORD=123 \
rdvc:latest
$ docker start -ia mortalidad
```## Iniciar pipelines