Skip to content

Commit 202fd5b

Browse files
authored
compare/chore/python-3.10.15 (#250)
- downgrade to python 3.10.15 - end-to-end and pytests passing
1 parent 479bfae commit 202fd5b

File tree

4 files changed

+65
-16
lines changed

4 files changed

+65
-16
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry1.dso.mil/ironbank/opensource/python:v3.11.9
1+
FROM registry1.dso.mil/ironbank/opensource/python:v3.10.15
22

33
WORKDIR /home/python
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# If you want to use conda, not required
22
1. Make sure that you have `conda` installed. [Recommend this article if on Mac, just do through step 2](https://caffeinedev.medium.com/how-to-install-tensorflow-on-m1-mac-8e9b91d93706).
33

4-
2. Create and activate a new conda environment, e.g., `transformers-api` with python 3.11.
4+
2. Create and activate a new conda environment, e.g., `transformers-api` with python 3.10.
55
```bash
6-
conda create --name transformers-api python==3.11.9
6+
conda create --name transformers-api python==3.10.15
77
conda activate transformers-api
88
```
99

poetry.lock

Lines changed: 61 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "app"}]
88

99
[tool.poetry.dependencies]
10-
python = "~3.11"
10+
python = "~3.10"
1111
urllib3 = "2.0.7"
1212
fastapi = "^0.95.2"
1313
uvicorn = "^0.22.0"

0 commit comments

Comments
 (0)