Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Josh XT <102809327+Josh-XT@users.noreply.github.com>
  • Loading branch information
Josh-XT authored Jan 14, 2025
1 parent ac94e6d commit 9ac46b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN wget https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz && \
rm -rf sqlite*

# Install sqlite-vss
RUN git clone https://github.com/asg017/sqlite-vss && cd sqlite-vss && make loadable
# RUN git clone https://github.com/asg017/sqlite-vss && cd sqlite-vss && make loadable

# Install the larger Python dependencies
COPY static-requirements.txt .
Expand All @@ -75,4 +75,4 @@ COPY . .
WORKDIR /agixt
# RUN python /agixt/Transcription.py
EXPOSE 7437
ENTRYPOINT ["python3", "DB.py"]
ENTRYPOINT ["python3", "DB.py"]

0 comments on commit 9ac46b1

Please sign in to comment.