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 ebe91bd commit 2ef293bCopy full SHA for 2ef293b
Dockerfile
@@ -14,8 +14,7 @@ WORKDIR /usr/src/zeta
14
15
16
# Install Python dependencies
17
-# COPY requirements.txt and pyproject.toml if you're using poetry for dependency
18
- management
+# COPY requirements.txt and pyproject.toml if you're using poetry for dependency management
19
COPY requirements.txt .
20
RUN pip install --no-cache-dir --upgrade pip
21
RUN pip install --no-cache-dir -r requirements.txt
0 commit comments