Spaces:
Paused
Paused
hamxahbhattii
commited on
Commit
·
fc83055
1
Parent(s):
11e9a65
Added env
Browse files
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /code
|
|
6 |
COPY ./requirements.txt /code/requirements.txt
|
7 |
|
8 |
COPY ./Data /code/Data
|
9 |
-
COPY ./
|
10 |
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
|
|
6 |
COPY ./requirements.txt /code/requirements.txt
|
7 |
|
8 |
COPY ./Data /code/Data
|
9 |
+
COPY ./Vector_Store /code/Vector_Store
|
10 |
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
{Vector Store → Vector_Store}/chroma.sqlite3
RENAMED
File without changes
|