Spaces:
Running
Running
Commit
·
1e0cf27
1
Parent(s):
e18b317
update
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -23,6 +23,10 @@ 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 chmod -R 777 /app/.gcell_data
|
27 |
RUN chmod -R 777 /app/matplotlib_cache
|
28 |
RUN chmod -R 777 /app/
|
|
|
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 |
+
RUN touch /app/.gcell_data/genomes/hg38.fa
|
29 |
+
RUN touch /app/.gcell_data/genomes/hg38.fa.fai
|
30 |
RUN chmod -R 777 /app/.gcell_data
|
31 |
RUN chmod -R 777 /app/matplotlib_cache
|
32 |
RUN chmod -R 777 /app/
|