Skip to content

fix(docker): solve issue with build docker image - #2

Open
i3p4 wants to merge 1 commit into
NW15D:mainfrom
i3p4:bugfix/1-fix-docker-image-build
Open

fix(docker): solve issue with build docker image#2
i3p4 wants to merge 1 commit into
NW15D:mainfrom
i3p4:bugfix/1-fix-docker-image-build

Conversation

@i3p4

@i3p4 i3p4 commented May 7, 2026

Copy link
Copy Markdown
    1. pyproject.toml

Line 8:
In the email field there is a variable instead of an address, Those who do not have such a variable will not build the project

    1. Dockerfile
  • 2.1 Line 1: Ubuntu 22.04 has python 3.10 by default,
    the project requires python 3.12

  • 2.2 Line 4 There are no CUDA versions in the official pip,
    therefore, these packages with the specified versions cannot be installed torch==2.7.1+cu126
    torchaudio==2.7.1+cu126

Resolves: #1

- 1. pyproject.toml

Line 8:
In the email field there is a variable instead of an address,
Those who do not have such a variable will not build the project

- 2. Dockerfile

- 2.1 Line 1:
Ubuntu 22.04 has python 3.10 by default,
the project requires python 3.12

- 2.2 Line 4
There are no CUDA versions in the official pip,
therefore, these packages with the specified versions cannot be installed
torch==2.7.1+cu126
torchaudio==2.7.1+cu126

Resolves: NW15D#1
@i3p4

i3p4 commented May 10, 2026

Copy link
Copy Markdown
Author

"Don't merge yet, still have some edits. I'll update the PR and ping you."

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

Successfully merging this pull request may close these issues.

Errors when building docker image.

1 participant