Skip to content
New issue

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

Installation Error keras #2

Open
ideshigenomics opened this issue Jan 6, 2025 · 0 comments
Open

Installation Error keras #2

ideshigenomics opened this issue Jan 6, 2025 · 0 comments

Comments

@ideshigenomics
Copy link

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

[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


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant