Skip to content

Commit

Permalink
updated the docker compose and docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
yasmin2424 committed Nov 28, 2024
1 parent 5429761 commit c65d5b7
Show file tree
Hide file tree
Showing 3 changed files with 863 additions and 2,885 deletions.
12 changes: 12 additions & 0 deletions Docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
jupyter-notebook:
image: abeba/p2p_loan_risk-analysis
ports:
- "8888:8888"
volumes:
- .:/home/jovyan
deploy:
resources:
limits:
memory: 5G
platform: linux/amd64
Loading

0 comments on commit c65d5b7

Please sign in to comment.