We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746b717 commit 8ce4625Copy full SHA for 8ce4625
docker/Dockerfile
@@ -15,7 +15,7 @@ RUN pip3 install pandas plotnine scipy jupyter
15
ENV LANG=C.UTF-8
16
17
# Install srcML
18
-RUN wget http://131.123.42.38/lmcrs/v1.0.0/srcml_1.0.0-1_ubuntu20.04.deb \
+RUN wget https://github.com/srcML/srcML/releases/download/v1.0.0/srcml_1.0.0-1_ubuntu20.04.deb \
19
&& gdebi srcml_1.0.0-1_ubuntu20.04.deb -n
20
21
# Install cgum
0 commit comments