Skip to content

Commit f61fb4d

Browse files
committed
fix model weights download path
1 parent 45b3ee9 commit f61fb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN echo "Installing separate environment for LabelFusion" && \
5454
./venv/bin/pip install -e .
5555

5656
RUN echo "Downloading model weights" && \
57-
cd bin/install/appdir/usr/data/fets && \
57+
cd bin/install/appdir/usr/data && \
5858
wget https://upenn.box.com/shared/static/f7zt19d08c545qt3tcaeg7b37z6qafum.zip -O nnunet.zip && \
5959
unzip -qq nnunet.zip && rm -rf nnunet.zip && \
6060
wget https://upenn.box.com/shared/static/hhvn8nb9xtz6nxcilmdl8kbx9n1afkdu.zip -O ./fets_consensus_models.zip && \

0 commit comments

Comments
 (0)