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 72bcd73 commit 2e8def5Copy full SHA for 2e8def5
Dockerfile
@@ -23,7 +23,7 @@ FROM developer AS build
23
# Requires buildkit 0.17.0
24
COPY --chmod=o+wrX . /workspaces/fastcs-example
25
WORKDIR /workspaces/fastcs-example
26
-RUN touch dev-requirements.txt && pip install stdio-socket debugpy \
+RUN touch dev-requirements.txt && pip install stdio-socket>=1.3.1 debugpy \
27
-c dev-requirements.txt .[demo]
28
29
# The debug stage allows for debugging and development #################################
0 commit comments