MissouriMRDT / Autonomy_Software

Use COPY instead of ADD for files and folders DOK-DL3020
Performance
Major
4 days ago14 days old
Use COPY instead of ADD for files and folders
51RUN chown docker -R /usr/local/cuda
52
53# Add over the start.sh script
54ADD scripts/start.sh start.sh55
56# Make the script executable
57RUN chmod +x start.sh
Use COPY instead of ADD for files and folders
51RUN chown docker -R /usr/local/cuda
52
53# Add over the start.sh script
54ADD scripts/start.sh start.sh55
56# Make the script executable
57RUN chmod +x start.sh