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 32f1c0f commit 11bd3a1Copy full SHA for 11bd3a1
Dockerfile
@@ -124,6 +124,7 @@ COPY . /src/sdcflows
124
# Force static versioning within container
125
ARG VERSION
126
RUN sed -i "s/fallback_version\s=\s\"0\.0\"/fallback_version = \"${VERSION}\"/g" pyproject.toml && \
127
+ pip install --upgrade pip && \
128
pip install --no-cache-dir .[all] && \
129
rm -rf $HOME/.cache/pip
130
0 commit comments