Closed SwapnilGaikwad closed 6 years ago
Thanks for the fix!
By submitting this PR you agree that your contribution is licensed under the terms defined in LICENSE and REAMDE.md - let me know if you have any problems with that asap!
Can you tell me what you're dowing with fastr respectively this docker image?
Hello @nuest, thanks for merging a pull request. I have no issues with the LICENCE and README.md.
I had submitted another issue related to Perl compatible regular expression support in fastR while running the regular expression-based benchmark. and bumped on to the issue that you submitted. I just gave this image a spin out of curiosity. Can we close the fastR issue in this case?
Thanks, Swapnil
Update docker file
CMD
to be compatible with docker version 18.03 format and avoid the following errror.docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"mx R\": executable file not found in $PATH": unknown.
The FastR implementation uses R 3.4.0.
Export LANG to use UTF-8 to avoid the following warnings when R is started.