Skip to content

Commit

Permalink
Disable setup.py install in Dockerfile
Browse files Browse the repository at this point in the history
Comment out the setup.py install command in the Dockerfile to potentially allow for an alternative method of installation or workaround. This may help in debugging or improving the build process.
  • Loading branch information
Zerskk committed Nov 18, 2024
1 parent 6baa8ac commit b2418ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY requirements.txt /swobup

WORKDIR /swobup/app/search/ped_c/
# RUN python3 /swobup/app/search/ped_c/setup.py build
RUN python3 /swobup/app/search/ped_c/setup.py install
# RUN python3 /swobup/app/search/ped_c/setup.py install

WORKDIR /swobup

Expand Down

0 comments on commit b2418ab

Please sign in to comment.