ronitraj commited on
Commit
5773d37
·
1 Parent(s): 4fbc241

fix(space): remove weights copy from Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -21,7 +21,6 @@ COPY server ./server
21
  COPY agents ./agents
22
  COPY rl ./rl
23
  COPY data ./data
24
- COPY weights ./weights
25
  COPY inference.py evaluate.py train.py ./
26
 
27
  RUN --mount=type=cache,target=/root/.cache/pip \
@@ -42,7 +41,6 @@ COPY server ./server
42
  COPY agents ./agents
43
  COPY rl ./rl
44
  COPY data ./data
45
- COPY weights ./weights
46
  COPY inference.py evaluate.py train.py ./
47
 
48
  EXPOSE 7860
 
21
  COPY agents ./agents
22
  COPY rl ./rl
23
  COPY data ./data
 
24
  COPY inference.py evaluate.py train.py ./
25
 
26
  RUN --mount=type=cache,target=/root/.cache/pip \
 
41
  COPY agents ./agents
42
  COPY rl ./rl
43
  COPY data ./data
 
44
  COPY inference.py evaluate.py train.py ./
45
 
46
  EXPOSE 7860