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
Attaching to examples_ThreeFixes_Example_1
ThreeFixes_Example_1 | Up to date
ThreeFixes_Example_1 | endemic: /input/ThreeFixes.hi: openBinaryFile: permission denied (Read-only file system)
examples_ThreeFixes_Example_1 exited with code 1
Which is weird to me.
Can we use a Read-Only-BinaryFile ?
The text was updated successfully, but these errors were encountered:
Hey Leo! We need write access as well, since we actually compile the programs. So when you run it on ThreeFixes.hs, it generates the ThreeFixes.hi as output, which has to be stored somewhere!
When I started to play with the docker-compose in #17,
I first added the volume in read only like such:
That gives the following (interesting) Error
Which is weird to me.
Can we use a Read-Only-BinaryFile ?
The text was updated successfully, but these errors were encountered: