Skip to content

Transcriptomics and Proteomics deployable in Streamlite

Notifications You must be signed in to change notification settings

adamrhyshill/Omics_TD1.0_docker

 
 

Repository files navigation

Navigate to folder containing Dockerfile

Build docker:
sudo docker build .

Run docker with ports 8043 published:
sudo docker run --name=omics --rm --detach -p 8043:8043 6d4e8127ea77

## where "6d4e8127ea77" is the image number. Find with <sudo docker image ls>

Check if it's running:
sudo docker ps

Clear space:
sudo docker system prune -f -a

Stop docker:
sudo docker stop c0d70d53eeba

## where "c0d70d53eeba" is the container ID. Find with <sudo docker ps>

About

Transcriptomics and Proteomics deployable in Streamlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Dockerfile 0.3%