Spaces:
Paused
Paused
Commit
·
3e1b2d1
1
Parent(s):
7043e8c
hmm
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -50,9 +50,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
50 |
# Make python3 => 3.11 for convenience
|
51 |
RUN ln -sf /usr/bin/python3.11 /usr/bin/python && python -m pip install --upgrade pip
|
52 |
|
|
|
53 |
WORKDIR /srv/app
|
54 |
-
|
55 |
-
# Copy your API
|
56 |
COPY app.py /srv/app/app.py
|
57 |
|
58 |
# --- Python deps (pin order matters!) ---
|
|
|
50 |
# Make python3 => 3.11 for convenience
|
51 |
RUN ln -sf /usr/bin/python3.11 /usr/bin/python && python -m pip install --upgrade pip
|
52 |
|
53 |
+
# install everything as root
|
54 |
WORKDIR /srv/app
|
|
|
|
|
55 |
COPY app.py /srv/app/app.py
|
56 |
|
57 |
# --- Python deps (pin order matters!) ---
|