Possibly fix find /src command?

Kaveen Kumarasinghe 2 years ago committed by GitHub
parent 099929ad72
commit 00cdd54542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ COPY models /src/models
COPY gpt3discord.py /src
COPY pyproject.toml /src
# For debugging + seeing that the modiles file layouts look correct ...
find /src
RUN find /src
RUN pip install --target="/install" /src
# Copy minimal to main image (to keep as small as possible)

Loading…
Cancel
Save