We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b3ee9 commit f61fb4dCopy full SHA for f61fb4d
1 file changed
Dockerfile
@@ -54,7 +54,7 @@ RUN echo "Installing separate environment for LabelFusion" && \
54
./venv/bin/pip install -e .
55
56
RUN echo "Downloading model weights" && \
57
- cd bin/install/appdir/usr/data/fets && \
+ cd bin/install/appdir/usr/data && \
58
wget https://upenn.box.com/shared/static/f7zt19d08c545qt3tcaeg7b37z6qafum.zip -O nnunet.zip && \
59
unzip -qq nnunet.zip && rm -rf nnunet.zip && \
60
wget https://upenn.box.com/shared/static/hhvn8nb9xtz6nxcilmdl8kbx9n1afkdu.zip -O ./fets_consensus_models.zip && \
0 commit comments