Spaces:
Running
on
T4
Running
on
T4
File size: 243 Bytes
bf42b03 0b89ddd 008aefe 0b89ddd 008aefe 0b89ddd 008aefe 0b89ddd 008aefe 0b89ddd |
1 2 3 4 5 6 7 8 9 10 11 |
FROM tensorflow/tensorflow:2.12.0-gpu
WORKDIR /
#COPY ./requirements.txt /requirements.txt
RUN pip install --no-cache-dir --upgrade -r requirements.txt
CMD ["uvicorn", "code.server:app", "--reload", "--host", "0.0.0.0", "--port", "7860"]
|