fix: add env vars to Dockerfile
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
FROM modelhubxc-4pd.tencentcloudcr.com/xc_agent_platform/python:3.11-slim
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
ENV PYTHONUNBUFFERED=1 \
|
||||
USER_ACCOUNT="zhoushasha@4paradigm.com" \
|
||||
USER_PASSWORD="4pdpassword" \
|
||||
CONTEST_API_TOKEN="ef1ef82f3c9efee413d602345fbe224d" \
|
||||
CONTRIBUTORS="zhoushasha" \
|
||||
GPU_TYPE="Cambricon_mlu-370-x8"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user