add src
This commit is contained in:
12
Dockerfile.xtrt-llm
Normal file
12
Dockerfile.xtrt-llm
Normal file
@@ -0,0 +1,12 @@
|
||||
ARG BASE_IMAGE=xtcl_ubuntu2004:v4.6
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
WORKDIR /workspace
|
||||
ADD . .
|
||||
|
||||
ARG PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
RUN pip config set global.index-url $PYPI_MIRROR
|
||||
|
||||
RUN bash scripts/install_release.sh && \
|
||||
rm -rf *.whl *.run downloads
|
||||
ENV PATH=/usr/local/cuda-11.7/bin:/home/pt201/bin:$PATH
|
||||
Reference in New Issue
Block a user