Spaces:
Runtime error
Runtime error
Vamsi Thiriveedhi
commited on
Commit
·
c8c30b0
1
Parent(s):
918617e
use the finalized parquet file
Browse files- .gitignore +1 -0
- 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
|
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
|