logan-codes commited on
Commit
a8ab798
·
1 Parent(s): 556828b

removed pywin from requirements

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -2
  2. requirements.txt +0 -0
Dockerfile CHANGED
@@ -21,8 +21,7 @@ USER user
21
  # Install Python dependencies
22
  # Copy root requirements and remove Windows-specific packages
23
  COPY --chown=user requirements.txt .
24
- RUN sed -i '/pywin32/d' requirements.txt && \
25
- pip install --no-cache-dir --user -r requirements.txt
26
 
27
  # Copy application code
28
  COPY --chown=user . .
 
21
  # Install Python dependencies
22
  # Copy root requirements and remove Windows-specific packages
23
  COPY --chown=user requirements.txt .
24
+ RUN pip install --no-cache-dir --user -r requirements.txt
 
25
 
26
  # Copy application code
27
  COPY --chown=user . .
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ