Replies: 1 comment
-
|
NVM. I found the issue was the additional autograder/ in the directory tree. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sending build context to Docker daemon 12.8kB
Step 1/8 : FROM gradescope/autograder-base:ubuntu-22.04
---> 4dec1620bce6
Step 2/8 : RUN mkdir -p /autograder/source
---> Running in dae683d86d41
---> Removed intermediate container dae683d86d41
---> 71b4ce47dc7a
Step 3/8 : ADD https://production-gradescope-uploads.s3-us-west-2.amazonaws.com/uploads/text_file/file/670114601/ma1-autograder.zip?X............../tmp/autograder.zip
---> 9ab52b855ae1
Step 4/8 : RUN unzip -n -d /autograder/source /tmp/autograder.zip
---> Running in 4d3f1f1a5c50
Archive: /tmp/autograder.zip
creating: /autograder/source/autograder/
extracting: /autograder/source/autograder/requirements.txt
inflating: /autograder/source/autograder/run_autograder
inflating: /autograder/source/autograder/run_tests.py
inflating: /autograder/source/autograder/setup.sh
creating: /autograder/source/autograder/tests/
inflating: /autograder/source/autograder/tests/test_q01.py
extracting: /autograder/source/autograder/tests/init.py
creating: /autograder/source/autograder/source/
inflating: /autograder/source/autograder/source/run_autograder
---> Removed intermediate container 4d3f1f1a5c50
---> 00634216bb97
Step 5/8 : RUN cp /autograder/source/run_autograder /autograder/run_autograder
---> Running in 75602fbc0649
cp: cannot stat '/autograder/source/run_autograder': No such file or directory
Build Errors
Beta Was this translation helpful? Give feedback.
All reactions