Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile #56

Merged
merged 1 commit into from
Aug 2, 2020
Merged

Add Dockerfile #56

merged 1 commit into from
Aug 2, 2020

Conversation

TTitcombe
Copy link
Member

@TTitcombe TTitcombe commented Jul 29, 2020

Description

This PR adds a Dockerfile (built from python:3.8 image) for people to use to run PyVertical. This should help people get around PSI compilation issues they may have on their local machines

Fixes #55

Affected Dependencies

None

How has this been tested?

  • Built the image with docker build -t pyvertical:latest .
  • Ran the container with docker run -p 8888:8888 -it pyvertical:latest
    • Launches jupyter lab

Checklist

Update readme with Docker instructions
@TTitcombe TTitcombe added Status: Completed ✔️ Finished with all expected deliverables Type: New Feature ➕ Introduction of a completely new addition to the codebase labels Jul 29, 2020
@TTitcombe TTitcombe merged commit 3d1178c into master Aug 2, 2020
@delete-merged-branch delete-merged-branch bot deleted the add_dockerfile branch August 2, 2020 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed ✔️ Finished with all expected deliverables Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Dockerfile
2 participants