Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
reflect new build paradigm, AWS->GitHub
  • Loading branch information
dgpalmieri committed Jan 7, 2025
1 parent bb6067f commit d9975e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 52 deletions.
52 changes: 0 additions & 52 deletions README

This file was deleted.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# deployment-opensarlab-container

This repository hosts the container image used by OpenSARLab,
(as well as several others) an
[OpenScienceLab](https://asf.alaska.edu/asf-services-open-science-lab/)
JupyterHub deployment.

This image is also runnable locally: all packages are publicly available
[here](https://github.com/orgs/ASFOpenSARlab/packages/container/package/deployment-opensarlab-container_sar).
To run the image used in the production OpenSARLab environment, run
the following from the command line:

```bash
docker run -p 8888:8888 ghcr.io/asfopensarlab/deployment-opensarlab-container_sar:main
```

Click the `127.0.0.1:8888` link that appears, and you will be able to access the image.

0 comments on commit d9975e2

Please sign in to comment.