Skip to content

Commit

Permalink
Merge pull request #262 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
Update pre-course page
  • Loading branch information
rasools authored Oct 16, 2024
2 parents 50c1b84 + f811e39 commit e4dae46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions precourse.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,13 @@ <h5 class="anchored" data-anchor-id="pull-docker-images">Pull docker images</h5>
<p>Select the approprtiate lab from <a href="https://hub.docker.com/repository/docker/rasoolsnbis/omicsint_h24/tags">dockerhub repo</a>, pull and run the images.</p>
<pre><code> ########### For example for GSA and UMAP labs ###########
# cd to your desired directory

docker pull rasoolsnbis/omicsint_h24:session_gsa_amd_v.h24.a1ae0fc
docker pull rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.b327560adfd4536832cbc2fe7451468ee55b6188

docker pull rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.6d635ce

# for Jupyter lab use the following command
docker run --rm --platform=linux/amd64 -d -p 8888:8888/tcp rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.b327560adfd4536832cbc2fe7451468ee55b6188
docker run --rm --platform=linux/amd64 -d -p 8888:8888/tcp rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.6d635ce

# for Rstudio lab use the following command
docker run --rm --platform=linux/amd64 -d -p 8787:8787/tcp rasoolsnbis/omicsint_h24:session_gsa_amd_v.h24.a1ae0fc</code></pre>
Expand Down
6 changes: 4 additions & 2 deletions precourse.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ At this point you need to create the two containers for all Rstudio or Jupyter n
```
########### For example for GSA and UMAP labs ###########
# cd to your desired directory
docker pull rasoolsnbis/omicsint_h24:session_gsa_amd_v.h24.a1ae0fc
docker pull rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.b327560adfd4536832cbc2fe7451468ee55b6188
docker pull rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.6d635ce
# for Jupyter lab use the following command
docker run --rm --platform=linux/amd64 -d -p 8888:8888/tcp rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.b327560adfd4536832cbc2fe7451468ee55b6188
docker run --rm --platform=linux/amd64 -d -p 8888:8888/tcp rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.6d635ce
# for Rstudio lab use the following command
docker run --rm --platform=linux/amd64 -d -p 8787:8787/tcp rasoolsnbis/omicsint_h24:session_gsa_amd_v.h24.a1ae0fc
Expand Down

0 comments on commit e4dae46

Please sign in to comment.