fuxialexander commited on
Commit
a8f4608
1 Parent(s): 47fe139

update docker

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -42,6 +42,11 @@ RUN cd modules/proscope && \
42
  RUN cd modules/atac_rna_data_processing && \
43
  pip3 install .
44
 
 
 
 
 
 
45
  WORKDIR /app
46
 
47
  # Make port 80 available to the world outside this container
 
42
  RUN cd modules/atac_rna_data_processing && \
43
  pip3 install .
44
 
45
+ # clean all mamba caches and remove unnecessary files
46
+ RUN micromamba clean --all --yes
47
+
48
+
49
+
50
  WORKDIR /app
51
 
52
  # Make port 80 available to the world outside this container