We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5edda3e + 2478130 commit cb6f729Copy full SHA for cb6f729
1 file changed
src/datacustomcode/templates/Dockerfile
@@ -2,8 +2,6 @@ FROM public.ecr.aws/emr-on-eks/spark/emr-7.3.0:latest
2
3
USER root
4
5
-ENV ENVIRONMENT=Outside_DataCloud
6
-
7
# install from dev requirements.txt
8
COPY requirements-dev.txt ./requirements-dev.txt
9
RUN pip3.11 install --no-cache-dir -r requirements-dev.txt
0 commit comments