You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coursera custom grader only allows the grading process to be completed in ENTRYPOINT[executeGrader.sh].
Our assignment needs to write into PostgreSQL. There are several ways to start a PostgreSQL server after the fact: https://hub.docker.com/_/postgres/. Like: docker run XXXX
However, there is no way to start a PostgreSQL server in "executeGrader.sh". And the "executeGrader.sh" doesn't allow any sudo privilege.
Does this mean that it is not possible to use PostgreSQL in my custom grader?
The text was updated successfully, but these errors were encountered:
Coursera custom grader only allows the grading process to be completed in ENTRYPOINT[executeGrader.sh].
Our assignment needs to write into PostgreSQL. There are several ways to start a PostgreSQL server after the fact: https://hub.docker.com/_/postgres/. Like: docker run XXXX
However, there is no way to start a PostgreSQL server in "executeGrader.sh". And the "executeGrader.sh" doesn't allow any sudo privilege.
Does this mean that it is not possible to use PostgreSQL in my custom grader?
The text was updated successfully, but these errors were encountered: