Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Nov 16, 2023
1 parent 83846c4 commit bf82bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# 使用官方的 Python 基础镜像
FROM python:3.12.0-alpine3.18

RUN apk add --no-cache build-base
FROM condaforge/mambaforge:latest

# 设置工作目录
WORKDIR /app

# 将项目文件复制到工作目录
COPY apps /app/apps
COPY apps /app/
COPY ./main.py /app/main.py
COPY ./requirements.txt /app/requirements.txt

Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ tiktoken
openai
starlette
PyMuPDF
semantic_kernel
langchain
chromadb
qdrant-client

0 comments on commit bf82bc1

Please sign in to comment.