Commit 414a56d2 authored by dcuai's avatar dcuai
Browse files

Update dockerfile

parent 06c9d7de
FROM image.sourcefind.cn:5000/dcu/admin/base/tensorflow:2.11.0-centos7.6-dtk23.10-py38 FROM image.sourcefind.cn:5000/dcu/admin/base/tensorflow:2.13.1-ubuntu20.04-dtk24.04.1-py3.10
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
# RUN yum update && yum install -y git cmake wget build-essential #RUN wget https://cancon.hpccube.com:65024/directlink/1/DTK-23.10/hyhal.tar.gz
RUN source /opt/dtk-23.10/env.sh #RUN tar -xzf hyhal.tar.gz -C /opt/
RUN wget https://cancon.hpccube.com:65024/directlink/1/DTK-23.10/hyhal.tar.gz
RUN tar -xzf hyhal.tar.gz -C /opt/
# 安装pip相关依赖 # 安装pip相关依赖
COPY requirements.txt requirements.txt 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 RUN pip3 install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r requirements.txt --no-deps
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment