mirror of https://github.com/THUDM/ChatGLM2-6B
add docker deployment
parent
85178e384a
commit
3a534decf2
|
@ -12,5 +12,5 @@ WORKDIR /app
|
||||||
ADD . .
|
ADD . .
|
||||||
RUN pip config set global.index-url https://mirrors.cloud.tencent.com/pypi/simple
|
RUN pip config set global.index-url https://mirrors.cloud.tencent.com/pypi/simple
|
||||||
RUN pip config set global.trusted-host mirrors.cloud.tencent.com
|
RUN pip config set global.trusted-host mirrors.cloud.tencent.com
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt --no-cache-dir
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue