Skip to content
Snippets Groups Projects
Commit 4482bdd6 authored by Levi Pfantz's avatar Levi Pfantz
Browse files

update readme for public docker registry

parent b2597588
No related branches found
Tags v1.0.5
No related merge requests found
......@@ -9,19 +9,18 @@ Lightningcast Requires Python version 3.9 or 3.10 and supports level 1 files fro
## Docker
Running with docker is simple and can be as easy as mounting in a directory and passing in user lightningcast parameters. Login to SSEC's docker registry with an [access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html).
Running with docker is simple and can be as easy as mounting in a directory and passing in user lightningcast parameters.
```
docker login gitlab.ssec.wisc.edu:5555
docker pull gitlab.ssec.wisc.edu:5555/jcintineo/lightningcast/lightningcast-c7r:v1.0.5
```
## Install with PIP
Below is an example install using conda (native installs or different virtual environments work as well). For conda setup instructions see [here](https://conda.io/projects/conda/en/latest/user-guide/install/index.html). Login to SSEC's docker registry with an [access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html). Continue by extracting the package and some sample configs from the docker container:
Below is an example install using conda (native installs or different virtual environments work as well). For conda setup instructions see [here](https://conda.io/projects/conda/en/latest/user-guide/install/index.html). We will download the docker image and continue by extracting the package and some sample configs from that image:
```
docker login gitlab.ssec.wisc.edu:5555
docker pull gitlab.ssec.wisc.edu:5555/jcintineo/lightningcast/lightningcast-c7r:v1.0.5
docker run --rm -it -v $PWD:/dock/ --entrypoint /bin/bash gitlab.ssec.wisc.edu:5555/jcintineo/lightningcast/lightningcast-c7r:v1.0.5 -c 'cp /pip-package/lightningcast/dist/*.tar.gz /dock/ && cp -r /pip-package/config/ /dock/config/'
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment