-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It simply overlays a python image 3.6 image with a starfish install. No weird conda bugs. It will be fantastic. Changed the entry point so that it's just a bash shell. Depends on #1641 Test plan: `make docker`
- Loading branch information
Tony Tung
authored
Nov 13, 2019
1 parent
8d9b2a6
commit 9e03fc7
Showing
6 changed files
with
29 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
.git | ||
.DS_Store | ||
*.pyc | ||
starfish.egg-info/ | ||
*.ipynb_checkpoints | ||
.coverage | ||
.coverage.* | ||
.mypy_cache/ | ||
.pytest_cache/ | ||
build/ | ||
dist/ | ||
.venv/ | ||
.eggs/ | ||
docs/source/usage/data_formatting_examples/ | ||
docs/source/usage/data_processing_examples/ | ||
docs/source/creating_an_image_processing_pipeline/tutorials/ | ||
.idea/ | ||
.git/ | ||
.hg/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.