Skip to content

Commit

Permalink
testing docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHess12 committed Apr 17, 2021
1 parent 28387be commit ce24a84
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 453 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.7

RUN pip install pathlib os h5py scikit-image numpy pandas random pyimzml nibabel scipy operator
RUN pip install pathlib os h5py scikit-image numpy pandas random pyimzml nibabel scipy operator umap-learn uncertainties seaborn matplotlib ast scikit-learn

COPY . /app/
6 changes: 6 additions & 0 deletions HDIprep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ dependencies:
- nibabel
- scipy
- operator
- umap-learn
- uncertainties
- seaborn
- matplotlib
- ast
- scikit-learn
File renamed without changes.
4 changes: 2 additions & 2 deletions HDIprep/yaml_hdi_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pathlib import Path

# Import custom modules
import intramodality_dataset
import hdi_prep


# Define parsing function
Expand Down Expand Up @@ -100,7 +100,7 @@ def RunHDIprepYAML(path_to_yaml, out_dir):
# yml["ProcessingSteps"][s] = {"RunUMAP": umap_args}

# Use the import options in the yml object to import all datasets
intramod_set = intramodality_dataset.CreateDataset(**yml["ImportOptions"])
intramod_set = hdi_prep.CreateDataset(**yml["ImportOptions"])

# Iterate through each step
for s in range(len(yml["ProcessingSteps"])):
Expand Down
20 changes: 0 additions & 20 deletions Pipfile

This file was deleted.

Loading

0 comments on commit ce24a84

Please sign in to comment.