We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e3f04 commit 593f038Copy full SHA for 593f038
docker/Dockerfile
@@ -23,7 +23,7 @@ RUN conda install -c conda-forge conda-pack
23
24
# Use conda-pack to create a standalone enviornment
25
# in /venv:
26
-RUN conda-pack -n artist -o /tmp/env.tar && \
+RUN conda-pack -n artist -o /tmp/env.tar --ignore-missing-files && \
27
mkdir /venv && cd /venv && tar xf /tmp/env.tar && \
28
rm /tmp/env.tar
29
docker/environment.yml
@@ -6,7 +6,6 @@ channels:
6
- bioconda
7
dependencies:
8
- numpy>=1.26.0
9
- - zarr>=3.0.0
10
- Pillow
11
- flask
12
- waitress
@@ -33,6 +32,7 @@ dependencies:
33
32
- estimagic
34
- pyvips
35
- pip:
+ - zarr>=3.0.0
36
- openslide-python
37
- opencv-python-headless
38
- synapseclient
0 commit comments