Skip to content

Commit 7089234

Browse files
committed
update compilers
1 parent 92fa217 commit 7089234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extra/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update && \
99
pandas \
1010
scikit-learn \
1111
pytest \
12+
torch \
1213
scipy && \
1314
rm -rf /var/lib/apt/lists/*
1415

@@ -86,7 +87,7 @@ RUN set -xe && \
8687
apt-get update -o Acquire::Check-Valid-Until=false && \
8788
apt-get install -y apt-transport-https && \
8889
apt-get update -o Acquire::Check-Valid-Until=false && \
89-
apt-get install -y dotnet-sdk-3.1 && \
90+
apt-get install -y dotnet-sdk-8.0 && \
9091
rm -rf /var/lib/apt/lists/*
9192

9293
# Mono

0 commit comments

Comments
 (0)