Vamsi Thiriveedhi commited on
Commit
c8c30b0
·
1 Parent(s): 918617e

use the finalized parquet file

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ *.parquet
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN pip install --no-cache-dir --upgrade pip
21
  COPY --chown=user . $HOME/app
22
 
23
  # Download the parquet file from github
24
- RUN wget https://github.com/ImagingDataCommons/CloudSegmentatorResults/releases/download/0.0.1/qual_checks_and_quantitative_measurements-wip.parquet
25
 
26
  # Install any needed packages specified in requirements.txt
27
  RUN pip install --no-cache-dir -r requirements.txt
 
21
  COPY --chown=user . $HOME/app
22
 
23
  # Download the parquet file from github
24
+ RUN wget https://github.com/ImagingDataCommons/CloudSegmentatorResults/releases/download/0.0.1/qual_checks_and_quantitative_measurements.parquet
25
 
26
  # Install any needed packages specified in requirements.txt
27
  RUN pip install --no-cache-dir -r requirements.txt