Spaces:
Running
Running
Commit
·
c401019
1
Parent(s):
4971d57
update
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -21,10 +21,6 @@ ENV MPLCONFIGDIR=/app/matplotlib_cache
|
|
21 |
# Create the directory for Matplotlib cache
|
22 |
USER root
|
23 |
RUN mkdir -p /app/matplotlib_cache && chown $MAMBA_USER:$MAMBA_USER /app/matplotlib_cache
|
24 |
-
RUN mkdir -p /app/.gcell_data && chown $MAMBA_USER:$MAMBA_USER /app/.gcell_data
|
25 |
-
# set the permission of the directory to 777
|
26 |
-
RUN mkdir -p /app/.gcell_data/genomes && chown $MAMBA_USER:$MAMBA_USER /app/.gcell_data/genomes
|
27 |
-
# skip the genome download
|
28 |
# download https://zenodo.org/records/14615146/files/gcell_data.tar.gz?download=1 extract it and copy it to /app/.gcell_data
|
29 |
RUN wget https://zenodo.org/records/14615146/files/gcell_data.tar.gz?download=1 -O /app/gcell_data.tar.gz
|
30 |
RUN tar -xzvf /app/gcell_data.tar.gz -C /app/.gcell_data
|
|
|
21 |
# Create the directory for Matplotlib cache
|
22 |
USER root
|
23 |
RUN mkdir -p /app/matplotlib_cache && chown $MAMBA_USER:$MAMBA_USER /app/matplotlib_cache
|
|
|
|
|
|
|
|
|
24 |
# download https://zenodo.org/records/14615146/files/gcell_data.tar.gz?download=1 extract it and copy it to /app/.gcell_data
|
25 |
RUN wget https://zenodo.org/records/14615146/files/gcell_data.tar.gz?download=1 -O /app/gcell_data.tar.gz
|
26 |
RUN tar -xzvf /app/gcell_data.tar.gz -C /app/.gcell_data
|