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
9 changes: 0 additions & 9 deletions README.md

This file was deleted.

446 changes: 223 additions & 223 deletions data/hospitaldata.csv

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docker_Assign_steps
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
1. To search for my repository:
docker search docker_assignment
2. To pull the repository:
docker pull asharburney/docker_assign:firsttry
Make sure that your port is open before running it.------
3. To run the repository:
docker run -d -p 8888:8888 asharburney/docker_assign:firsttry
If error occurs, run the following commands:
docker ps ---> To check containers.
docker stop <Container ID> ---> To stop the container id.
4. After running the repository, open your browser and enter the following link:
https://localhost:8888/
10 changes: 4 additions & 6 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM ipython/notebook
FROM ipython/scipyserver

RUN pip install pandas
RUN pip install datetime
RUN mkdir /Assignment_Docker
WORKDIR /Assignment_Docker
RUN mkdir /Docker
WORKDIR /Docker
RUN mkdir ./files ./data

COPY files/*.ipynb ./files/
COPY data/* ./data/

WORKDIR /Assignment_Docker/files/
WORKDIR /Docker/files/
2,279 changes: 2,279 additions & 0 deletions files/Ashar_khi_assignment_2_python.ipynb

Large diffs are not rendered by default.

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

This file was deleted.