Commit decc4a55 authored by Suzhi Bi's avatar Suzhi Bi

Add new file

parent 549e6c25
Pipeline #63 canceled with stages
FROM pcarstens8698/tensorflow-1.12.0-py3-none-linux_aarch64:latest
MAINTAINER wenting
LABEL version="1.0"
WORKDIR /classifier_api
ADD . /classifier_api
RUN sed -i 's/ports.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get update \
&& apt-get install build-essential \
&& apt-get install -y openssh-server
\ No newline at end of file
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