1 Star 0 Fork 0

究极进化兽/liteLLM-proxy

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
ishaan-jaff 提交于 2023-09-14 11:31 +08:00 . add req + dockerfile
# Use an official Python runtime as a parent image
FROM python:3.8
# Set the working directory in the container
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app
# Install any needed packages specified in requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
# Expose the port that your FastAPI application will run on
EXPOSE 8080
# Define the command to run your application
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mason_yang/liteLLM-proxy.git
git@gitee.com:mason_yang/liteLLM-proxy.git
mason_yang
liteLLM-proxy
liteLLM-proxy
main

搜索帮助