hArshi07 commited on
Commit
8f680cc
·
verified ·
1 Parent(s): 6f92545

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,11 +7,11 @@ WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
- RUN chown -R user:user /code
11
 
12
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
 
14
- COPY --chown=user:user . /code
15
 
16
 
17
  COPY ./codellama-7b-instruct.Q4_K_M.gguf /code/codellama-7b-instruct.Q4_K_M.gguf
 
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
+
11
 
12
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
 
14
+
15
 
16
 
17
  COPY ./codellama-7b-instruct.Q4_K_M.gguf /code/codellama-7b-instruct.Q4_K_M.gguf