sahanes commited on
Commit
449ee66
1 Parent(s): 0bcebbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -36,7 +36,6 @@ COPY --chown=user . $HOME/app
36
  COPY ./requirements.txt ~/app/requirements.txt
37
  RUN pip install -r requirements.txt
38
  COPY . .
39
- <<<<<<< HEAD
40
 
41
  EXPOSE 7860
42
 
 
36
  COPY ./requirements.txt ~/app/requirements.txt
37
  RUN pip install -r requirements.txt
38
  COPY . .
 
39
 
40
  EXPOSE 7860
41