-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update Dockerfiles to Ubuntu 22.04 #4113
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
base: master
Are you sure you want to change the base?
Update Dockerfiles to Ubuntu 22.04 #4113
Conversation
Thanks, working through the CLA has been more cumbersome than I anticipated. I'll close my PR in favor of this one. |
Still need someone to review though 😅 |
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you tried to build this docker file ?
you could use python version 3.10 which comes installed on ubuntu 22
I do not think python 3.9 is available on ppa:deadsnakes/ppa. for ubuntu 22 ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't and I see there are some issues with the build. I'll try to figure that out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@floringavrila I have updated the Dockerfile and was able to build it now
56af037
to
90ad4e8
Compare
Created alternative PR as the original issuer doesn't have CLA signed.