Skip to content

Commit 254032c

Browse files
committed
Create venv with 3.14
1 parent bfcfb5d commit 254032c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM amazonlinux:2023
22

3-
RUN yum -y update && yum -y install \
3+
RUN yum -y update && \
4+
yum -y install \
45
python3.14 \
56
zip

docker_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python3 -m venv python
1+
python3.14 -m venv python
22
source python/bin/activate
33

44
pip3 install -r requirements.txt -t python/lib/python*/site-packages

0 commit comments

Comments
 (0)