Skip to content

Commit 2ef293b

Browse files
authored
Update Dockerfile
1 parent ebe91bd commit 2ef293b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ WORKDIR /usr/src/zeta
1414

1515

1616
# Install Python dependencies
17-
# COPY requirements.txt and pyproject.toml if you're using poetry for dependency
18-
management
17+
# COPY requirements.txt and pyproject.toml if you're using poetry for dependency management
1918
COPY requirements.txt .
2019
RUN pip install --no-cache-dir --upgrade pip
2120
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)