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
The "Payload" never changes, yet we copy it over on each code evaluation. Why not copy it over once, on image build? It can live in some fixed location inside the image, while the dynamic stuff (user-code, input-file, completed, error-file) can live in a separate location that is mapped to the host's volume as usual.
The text was updated successfully, but these errors were encountered:
https://github.com/frenata/compilebox/blob/0e81854da368f778a54f79c73d92714ea8431abb/docker_spawner.go#L138
The "Payload" never changes, yet we copy it over on each code evaluation. Why not copy it over once, on image build? It can live in some fixed location inside the image, while the dynamic stuff (user-code, input-file, completed, error-file) can live in a separate location that is mapped to the host's volume as usual.
The text was updated successfully, but these errors were encountered: