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 9e1026d commit 6878466Copy full SHA for 6878466
packages/build/src/extensions/python.ts
@@ -78,7 +78,7 @@ class PythonExtension implements BuildExtension {
78
ARG REQUIREMENTS_CONTENT
79
RUN echo "$REQUIREMENTS_CONTENT" > requirements.txt
80
81
- # Install dependenciess
+ # Install dependencies
82
RUN pip install --no-cache-dir -r requirements.txt
83
`),
84
},
0 commit comments