Spaces:
Runtime error
Runtime error
h3110Fr13nd commited on
Commit ·
6a85226
1
Parent(s): f15297d
dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ RUN ollama serve & sleep 5 && ollama pull pxlksr/defog_sqlcoder-7b-2:Q4_K
|
|
| 3 |
ENV HOME=/home
|
| 4 |
ENV DEBIAN_FRONTEND=noninteractive
|
| 5 |
RUN apt-get update && apt-get install -y software-properties-common
|
| 6 |
-
RUN add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.12 python3-pip
|
| 7 |
COPY requirements.txt ./
|
| 8 |
RUN python3.12 -m pip install --no-cache-dir -r requirements.txt
|
| 9 |
COPY . .
|
|
|
|
| 3 |
ENV HOME=/home
|
| 4 |
ENV DEBIAN_FRONTEND=noninteractive
|
| 5 |
RUN apt-get update && apt-get install -y software-properties-common
|
| 6 |
+
RUN add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.12 python3-pip python3-distutils
|
| 7 |
COPY requirements.txt ./
|
| 8 |
RUN python3.12 -m pip install --no-cache-dir -r requirements.txt
|
| 9 |
COPY . .
|