-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wesley Uykimpang
committed
Sep 25, 2019
0 parents
commit 6ef189a
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
FROM ucsdets/datascience-notebook:2019.4-stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |