From f66132fcd01005896ebb23dc0acd88683e7e1e8c Mon Sep 17 00:00:00 2001 From: mm644706215 Date: Sat, 18 Jan 2025 22:42:10 +0800 Subject: [PATCH] fist add --- Dockerfile.4.pyautofep | 9 +++---- docker-compose_4_pyautofep.yml | 47 ++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 docker-compose_4_pyautofep.yml diff --git a/Dockerfile.4.pyautofep b/Dockerfile.4.pyautofep index 7856abe..5aa256a 100644 --- a/Dockerfile.4.pyautofep +++ b/Dockerfile.4.pyautofep @@ -1,15 +1,14 @@ -# syntax=docker/dockerfile:1.3-labs -# NOTE: Building this image requires Docker version >= 23.0. - -# Stage 1: Build environment ARG TAG_VERSION ARG BASE -FROM ${BASE}:${TAG_VERSION} AS build-env +FROM ${BASE}:${TAG_VERSION} # Install PyAutoFEP +WORKDIR /root RUN <