We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedc8e9 commit 67ccbf6Copy full SHA for 67ccbf6
.github/Dockerfiles/c-pac_api.latest.Dockerfile
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2023-2024 C-PAC Developers
+# Copyright (C) 2023-2025 C-PAC Developers
2
3
# This file is modified from a file that is part of C-PAC.
4
.github/Dockerfiles/c-pac_api.nightly.Dockerfile
@@ -28,6 +28,7 @@ RUN mkdir -p /home/user/c-pac_user \
28
python3-pip \
29
python3.10 \
30
python-is-python3 \
31
+ && chmod -R ugo+w /usr/local/lib/python3.10 /usr/local \
32
&& rm -rf /var/lib/apt/lists/*
33
ENV PYTHONUSERBASE=/home/c-pac_user/.local
34
ENV PATH=$PATH:/home/c-pac_user/.local/bin \
0 commit comments