RoyAalekh commited on
Commit
930bd43
·
1 Parent(s): 33e831d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -21,6 +21,7 @@ COPY . .
21
  RUN pip install --upgrade pip setuptools wheel \
22
  && pip install .
23
  RUN curl -fsSL https://astral.sh/uv/install.sh | sh
 
24
  # Streamlit default port
25
  EXPOSE 8501
26
 
 
21
  RUN pip install --upgrade pip setuptools wheel \
22
  && pip install .
23
  RUN curl -fsSL https://astral.sh/uv/install.sh | sh
24
+ ENV PATH="/root/.local/bin:/root/.cargo/bin:${PATH}"
25
  # Streamlit default port
26
  EXPOSE 8501
27