mirror of
https://github.com/immich-app/immich.git
synced 2025-01-02 12:48:35 +02:00
remove GPU build on Python server
This commit is contained in:
parent
619735fea0
commit
352800223e
@ -1,13 +1,13 @@
|
|||||||
## GPU Build
|
## GPU Build
|
||||||
FROM tensorflow/tensorflow:latest-gpu as gpu
|
# FROM tensorflow/tensorflow:latest-gpu as gpu
|
||||||
|
|
||||||
WORKDIR /code
|
# WORKDIR /code
|
||||||
|
|
||||||
COPY ./requirements.txt /code/requirements.txt
|
# COPY ./requirements.txt /code/requirements.txt
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||||
|
|
||||||
COPY ./app /code/app
|
# COPY ./app /code/app
|
||||||
|
|
||||||
|
|
||||||
## CPU BUILD
|
## CPU BUILD
|
||||||
|
Loading…
Reference in New Issue
Block a user