"vscode:/vscode.git/clone" did not exist on "884d78ceb3f0b6a3867186460d23015cdca7fab4"
dockerfile 522 Bytes
Newer Older
qianyj's avatar
qianyj committed
1
FROM image.sourcefind.cn:5000/dcu/admin/base/tensorflow:2.11.0-centos7.6-dtk23.10-py38
2
3
ENV DEBIAN_FRONTEND=noninteractive
# RUN yum update && yum install -y git cmake wget build-essential
qianyj's avatar
qianyj committed
4
5
6
RUN source /opt/dtk-23.10/env.sh
RUN wget  https://cancon.hpccube.com:65024/directlink/1/DTK-23.10/hyhal.tar.gz
RUN tar -xzf hyhal.tar.gz -C /opt/
7
8
9
# 安装pip相关依赖
COPY requirements.txt requirements.txt
RUN pip3 install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r requirements.txt  --no-deps