init project files
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM git.modelhub.org.cn:9443/enginex-iluvatar-bi150/vllm:0.8.3
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY requirements.txt /workspace
|
||||
RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
ADD . /workspace
|
||||
|
||||
EXPOSE 80
|
||||
CMD ["sh","-c","python3 transformers_server.py"]
|
||||
|
||||
Reference in New Issue
Block a user