We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c7a73 commit 4f09e49Copy full SHA for 4f09e49
1 file changed
.binder/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:20.04
+FROM ubuntu:22.04
2
3
# Set non-interactive frontend to avoid prompts during package installation
4
ENV DEBIAN_FRONTEND=noninteractive
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
18
python3-pip
19
20
# Install scorep from PPA
21
-RUN add-apt-repository -y ppa:andreasgocht/scorep \
+RUN add-apt-repository -y ppa:score-p/releases \
22
&& apt-get update \
23
&& apt-get install -y scorep
24
0 commit comments