Kaballas commited on
Commit
ca0ae1e
·
1 Parent(s): 0db743d
Files changed (1) hide show
  1. Dockerfile +0 -7
Dockerfile CHANGED
@@ -1,13 +1,6 @@
1
  FROM cgr.dev/chainguard/python:3.12
2
-
3
- # Multi-stage for build dependencies
4
- FROM cgr.dev/chainguard/python:3.12-dev as builder
5
  WORKDIR /app
6
  COPY requirements.txt .
7
- RUN pip install --user --no-cache-dir -r requirements.txt
8
-
9
- # Production stage
10
- FROM cgr.dev/chainguard/python:3.12
11
  RUN adduser -D -u 1000 litellm
12
  USER litellm
13
  WORKDIR /app
 
1
  FROM cgr.dev/chainguard/python:3.12
 
 
 
2
  WORKDIR /app
3
  COPY requirements.txt .
 
 
 
 
4
  RUN adduser -D -u 1000 litellm
5
  USER litellm
6
  WORKDIR /app