zkwentz commited on
Commit
5002a78
·
verified ·
1 Parent(s): 29fb64a

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -1
  2. server/Dockerfile +0 -1
Dockerfile CHANGED
@@ -15,7 +15,6 @@ WORKDIR /app
15
  COPY . /app
16
 
17
  # Install dependencies
18
-
19
  RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.txt
20
 
21
 
 
15
  COPY . /app
16
 
17
  # Install dependencies
 
18
  RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.txt
19
 
20
 
server/Dockerfile CHANGED
@@ -11,7 +11,6 @@ ARG BASE_IMAGE=openenv-base:latest
11
  FROM ${BASE_IMAGE}
12
 
13
  # Install dependencies
14
- COPY src/envs/coding_env/server/requirements.txt /tmp/requirements.txt
15
  RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.txt
16
 
17
 
 
11
  FROM ${BASE_IMAGE}
12
 
13
  # Install dependencies
 
14
  RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.txt
15
 
16