Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|