mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	chore(ml): use official pytorch channel (#2416)
This commit is contained in:
		| @@ -5,7 +5,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \ | |||||||
|   PIP_NO_CACHE_DIR=true |   PIP_NO_CACHE_DIR=true | ||||||
|  |  | ||||||
| RUN python -m venv /opt/venv | RUN python -m venv /opt/venv | ||||||
| RUN /opt/venv/bin/pip install --pre torch  -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html | RUN /opt/venv/bin/pip install torch --index-url https://download.pytorch.org/whl/cpu | ||||||
| RUN /opt/venv/bin/pip install transformers tqdm numpy scikit-learn scipy nltk sentencepiece fastapi Pillow uvicorn[standard] | RUN /opt/venv/bin/pip install transformers tqdm numpy scikit-learn scipy nltk sentencepiece fastapi Pillow uvicorn[standard] | ||||||
| RUN /opt/venv/bin/pip install --no-deps sentence-transformers | RUN /opt/venv/bin/pip install --no-deps sentence-transformers | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user