Omkar008 commited on
Commit
67e7e1a
·
verified ·
1 Parent(s): 1a2fc88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -29,9 +29,6 @@ WORKDIR /app
29
  # Copy application code with correct ownership
30
  COPY --chown=user . /app/
31
 
32
- # Install Rust for setuptools-rust
33
- RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
34
- ENV PATH="/home/user/.cargo/bin:${PATH}"
35
 
36
  # Install Python dependencies
37
  RUN pip install --no-cache-dir -U pip setuptools wheel
 
29
  # Copy application code with correct ownership
30
  COPY --chown=user . /app/
31
 
 
 
 
32
 
33
  # Install Python dependencies
34
  RUN pip install --no-cache-dir -U pip setuptools wheel