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 8b97cec commit 84699e5Copy full SHA for 84699e5
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