Ibraaheem commited on
Commit
b9369f4
·
1 Parent(s): e4d68c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ FROM base as dependencies
11
  WORKDIR /home/worker/app
12
 
13
  # Copy the project files before running poetry install
14
- COPY Ibraaheem/invenxion-chatbot/private_gpt/pyproject.toml Ibraaheem/invenxion-chatbot/private_gpt/poetry.lock ./
15
  RUN poetry config installer.max-workers 10
16
  RUN poetry install --with ui
17
 
 
11
  WORKDIR /home/worker/app
12
 
13
  # Copy the project files before running poetry install
14
+ COPY Ibraaheem/invenxion-chatbot/pyproject.toml Ibraaheem/invenxion-chatbot/poetry.lock ./
15
  RUN poetry config installer.max-workers 10
16
  RUN poetry install --with ui
17