Skip to content

Commit

Permalink
Added dockerfile, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Uykimpang committed Sep 25, 2019
0 parents commit 6ef189a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ucsdets/datascience-notebook:2019.4-stable
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PHYS 164

Use the dockerfile to add any new packages you'd like to incorporate into the PHYS 164 course. Just be sure to keep ```FROM ucsdets/datascience-notebook:2019.4-stable``` at the top of the file so that the container will still compatible with the Data Science & Machine Learning platform.

0 comments on commit 6ef189a

Please sign in to comment.