Skip to content

Commit

Permalink
fix: add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniaGrh committed Nov 4, 2024
1 parent 7594a9d commit 33ca68f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pipelines/datalake_autotagging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ COPY ./src/steps ./src/steps
COPY ./src/*.py ./src
COPY ./src/pipelines/datalake_autotagging ./src/pipelines/datalake_autotagging

RUN mkdir -p /workspace
RUN chmod 777 /workspace

ENV PYTHONPATH=":/experiment/src"

ENTRYPOINT ["run", "python3.11", "src/pipelines/datalake_autotagging/processing_pipeline.py"]

0 comments on commit 33ca68f

Please sign in to comment.