Skip to content

The docker image for basic-ml-microservice in ch05 is misses the build context. #92

@bit-scientist

Description

@bit-scientist

On page 214, there is a command for building the image:
docker build -t basic-ml-microservice:latest which lacks the build context to access files from.
It should be docker build -t basic-ml-microservice:latest . (assuming you are in the Chapter05/microservices/mlewp2-web-service/app path).

Exactly same issue in Step 4, on page 216.
It must be docker build --tag basic-ml-microservice:local . instead of just docker build --tag basic-ml-microservice:local

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions