Skip to content

Commit

Permalink
Merge pull request #122 from UBC-MDS/functions
Browse files Browse the repository at this point in the history
Functions
  • Loading branch information
jasonmlee authored Dec 14, 2024
2 parents 7df8a16 + d4694a2 commit 0fd26d9
Show file tree
Hide file tree
Showing 3 changed files with 877 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
# run jupyter notebook inside jupyter
jupyter-notebook:
image: forsythiaolive/dsci522-2425-39-fmj
image: forsythiaolive/dsci522-2425-39-fmj:d067ab8
ports:
- "8888:8888"
volumes:
Expand All @@ -10,4 +10,4 @@ services:
resources:
limits:
memory: 5G
platform: linux/amd64
platform: linux/amd64
Loading

0 comments on commit 0fd26d9

Please sign in to comment.