Dockerfile 209 Bytes
Newer Older
yuguo's avatar
yuguo committed
1
2
3
FROM python:3.7
RUN curl https://oneflow-static.oss-cn-beijing.aliyuncs.com/bin/clang-format -o /usr/local/bin/clang-format && chmod +x /usr/local/bin/clang-format
RUN apt update && apt install -y libncurses5