We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef7db5 commit 32af155Copy full SHA for 32af155
1 file changed
ilastik/1.4.1/Dockerfile
@@ -47,7 +47,7 @@ RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
47
locale-gen
48
49
WORKDIR /opt/
50
-RUN wget https://files.ilastik.org/ilastik-1.4.1-gpu-Linux.tar.bz2 && \
+RUN wget https://files.ilastik.org/ilastik-1.4.1-Linux.tar.bz2 && \
51
tar xjf ilastik-1.*-Linux.tar.bz2 && \
52
rm -f ilastik-1.*-Linux.tar.bz2
53
0 commit comments