Skip to content

Commit

Permalink
Merge pull request #70 from jw327/milestone-3-last-revisions
Browse files Browse the repository at this point in the history
Milestone 3 last revisions
  • Loading branch information
jw327 authored Mar 27, 2023
2 parents 3f50eaf + 17e5c70 commit 92acffe
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,22 @@ To answer this question, we performed data analysis to search for the most optim
```
cd dsci-310-group-01
```
4a. Run the the following to obtain the docker image:
4. Obtain/build the Docker Image
- a. Run the the following to obtain the Docker Image:
```
docker build --tag dsci-310-group-01-env .
```
4b. Obtain the docker image from Dockerhub:
- b. Obtain the Docker Image from Dockerhub:
- Use the terminal/command line to pull the image
```
docker pull jwong086/dsci-310-group-01:latest
```
- Use the terminal/command line to find the IMAGE ID
```
docker images jwong086/dsci-310-group-01
```
Copy the IMAGE ID in the third column
```
- Copy the IMAGE ID in the third column and use the terminal/command the tag the image
```
docker tag <IMAGE ID> dsci-310-group-01-env
```
5. Run the following to set up the environment:
Expand Down Expand Up @@ -98,4 +101,4 @@ Licensed under the MIT License and


## Permission From Past Teammates
Permission from past teammates was obtained. Additional evidence available on request.
Permission from past teammates was obtained. Additional evidence available on request.

0 comments on commit 92acffe

Please sign in to comment.