You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a Docker image using the following base images:
mundialis/actinia:alpine-dependencies-2024-12-14
osgeo/grass-gis:releasebranch_8_4-alpine
Inside the Dockerfile, when I run this line:
RUN /usr/bin/python -m venv --system-site-packages --without-pip /opt/venv
I get the following error:
"Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encodingPython runtime state: core initializedSyntaxError: source code string cannot contain null bytes"