We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3/8] RUN Rscript -e "keras::install_keras()": 1.168 sh: 1: lspci: not found 3.146 Error in mapply(FUN = f, ..., SIMPLIFY = FALSE) : 3.146 zero-length inputs cannot be mixed with those of non-zero length 3.146 Calls: ... check -> [<- -> [<-.numeric_version -> Map -> mapply 3.146 Execution halted
ERROR: failed to solve: process "/bin/sh -c Rscript -e "keras::install_keras()"" did not complete successfully: exit code: 1 mkdir: cannot create directory ‘Training’: File exists mkdir: cannot create directory ‘Inference’: File exists mkdir: cannot create directory ‘Coinfections’: File exists
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 548B 0.0s
=> [internal] load metadata for docker.io/garcianacho/fhibaseillumina:06 2.1s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [1/8] FROM docker.io/garcianacho/fhibaseillumina:06042022@sha256:eaef 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 4.36kB 0.0s
=> CACHED [2/8] RUN Rscript -e "install.packages(c('keras', 'entropy', ' 0.0s
=> ERROR [3/8] RUN Rscript -e "keras::install_keras()" 3.2s
Dockerfile:6
4 | RUN Rscript -e "install.packages(c('keras', 'entropy', 'abind'))"
5 | USER docker
6 | >>> RUN Rscript -e "keras::install_keras()"
7 |
8 | USER root
ERROR: failed to solve: process "/bin/sh -c Rscript -e "keras::install_keras()"" did not complete successfully: exit code: 1
mkdir: cannot create directory ‘Training’: File exists
mkdir: cannot create directory ‘Inference’: File exists
mkdir: cannot create directory ‘Coinfections’: File exists
The text was updated successfully, but these errors were encountered: