Skip to content

Installation Error keras #2

Description

@ideshigenomics

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions