chenhaodev commited on
Commit
1ec856f
1 Parent(s): 8a5141f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,10 +7,10 @@ ENV QUANT=Q4_K_M
7
  #ENV CHAT_TEMPLATE=chatml
8
 
9
  # Set the working directory
10
- WORKDIR /app
11
 
12
  # Install Python requirements
13
- COPY ./requirements.txt /app/
14
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
 
16
  # Download model
 
7
  #ENV CHAT_TEMPLATE=chatml
8
 
9
  # Set the working directory
10
+ WORKDIR $HOME/app
11
 
12
  # Install Python requirements
13
+ COPY ./requirements.txt $HOME/app/
14
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
 
16
  # Download model