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
In the Testbed, environment variables are handled by populating and ENV file and sharing it with the Docker container via a shared folder. However, we then need to be very sure to delete this file when sharing the results of a run. The current script handles deletion in most cases, but not if Docker times out, or if there is a keyboard interrupt. By passing environment variables through the sanctioned Docker mechanism, we remove the need to manage this file.
The text was updated successfully, but these errors were encountered:
afourney
changed the title
Deprecate use of the ENV file, and instead use the environment parameter of container.run()
Testbed - deprecate use of the ENV file, and instead use the environment parameter of container.run()Dec 15, 2023
In the Testbed, environment variables are handled by populating and ENV file and sharing it with the Docker container via a shared folder. However, we then need to be very sure to delete this file when sharing the results of a run. The current script handles deletion in most cases, but not if Docker times out, or if there is a keyboard interrupt. By passing environment variables through the sanctioned Docker mechanism, we remove the need to manage this file.
The text was updated successfully, but these errors were encountered: