We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc8ca9 commit 6ecd84dCopy full SHA for 6ecd84d
1 file changed
‎Dockerfile‎
@@ -24,7 +24,7 @@ RUN conda create -y --name snippy \
24
sra-tools=3.2.1 \
25
snippy=4.6.0 \
26
&& conda clean -afy \
27
- && rm -rf ~/.cache \
+ && chmod -R 777 /nextstrain/.cache \
28
&& chmod -R 777 /nextstrain/miniforge
29
30
@@ -33,7 +33,7 @@ RUN conda create -y --name tb-profiler \
33
34
tb-profiler=6.6.3-0 \
35
36
37
38
39
# Switch back to root. The entrypoint will drop to nextstrain:nextstrain as
0 commit comments