Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Dec 13, 2020
1 parent 1c8371f commit 5321117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ln -s /opt/conda/envs/niftynet/bin/net_regress /opt/bin && \
ln -s /opt/conda/envs/niftynet/bin/net_gan /opt/bin && \
ln -s /opt/conda/envs/niftynet/bin/net_download /opt/bin && \
ln -s /opt/conda/envs/niftynet/bin/net_classify /opt/bin && \
ln -s /opt/conda/envs/niftynet/bin/net_autoencoder /opt/bin && \
ln -s /opt/conda/envs/niftynet/bin/net_autoencoder /opt/bin
ENV PATH "/opt/bin:$PATH"

#install ants
Expand Down

0 comments on commit 5321117

Please sign in to comment.