Skip to content

Dockerfile for UCSD course CSE185 (Advanced Bioinformatics Laboratory)

Notifications You must be signed in to change notification settings

ucsd-ets/cse185-notebook

 
 

Repository files navigation

cse185-course-docker

Dockerfile for UCSD course CSE185 (Advanced Bioinformatics Laboratory)

To update:

# Test that it builds
docker build .

# Commit and push changes to github

# Make an sp23 tag
git tag sp23; git push origin sp23

# To replace
git tag -d sp23; git push --delete origin sp23
git tag sp23; git push origin sp23

See images here: https://github.com/ucsd-ets/cse185-notebook/pkgs/container/cse185-notebook

About

Dockerfile for UCSD course CSE185 (Advanced Bioinformatics Laboratory)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 60.7%
  • Dockerfile 32.8%
  • Python 6.5%