Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM ipython/scipyserver

RUN mkdir /Docker_Assignment
WORKDIR /Docker_Assignment
RUN mkdir ./notebook ./data

COPY notebook/*.ipynb ./notebook/
COPY data/* ./data/

WORKDIR /Docker_Assignment/notebook/
9 changes: 0 additions & 9 deletions README.md

This file was deleted.

20 changes: 20 additions & 0 deletions Rashid_khi_Docker_Assignment
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Steps to use Docker:

1. To Search for my repository:
docker search zawar_assignment

2. To pull:
docker pull rashid110/rashid:Docker_Assignment

*open your port*

3. To run the repository:
docker run -d -p 8888:8888 rashid110/rashid:Docker_Assignment

If error occurs, run the following commands:
docker ps ---> To check containers.
docker stop <Container ID> ---> To stop the container id on which port is running.


4. After running the repository, open your browser and enter the following link:
https://localhost:8888/
223 changes: 0 additions & 223 deletions data/hospitaldata.csv

This file was deleted.

12 changes: 0 additions & 12 deletions dockerfile

This file was deleted.

172 changes: 0 additions & 172 deletions files/saadkhan_khi_python_assignment2.ipynb

This file was deleted.

1 change: 1 addition & 0 deletions notebook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Python-Assignment-2
Loading