Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Update README.md #93

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
Python version3.6, library compatibility issues caused on python 3.8.
  • Loading branch information
harishkhollam999 authored Feb 2, 2021
commit 1275db79bf69f1c139bae03fdb6b4ca42381c99c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ To get predictions from the aesthetic or technical model:
2. Run a NIMA TFS container with `docker run -d --name tfs_nima -p 8500:8500 tfs_nima`
3. Install python dependencies to run TF serving sample client
```
virtualenv -p python3 contrib/tf_serving/venv_tfs_nima
virtualenv -p python3.6 contrib/tf_serving/venv_tfs_nima
source contrib/tf_serving/venv_tfs_nima/bin/activate
pip install -r contrib/tf_serving/requirements.txt
```
Expand Down