|
|
@ -11,7 +11,7 @@ FROM tensorflow/tensorflow:2.2.0-gpu |
|
|
|
|
|
|
|
#USER pluritonian |
|
|
|
|
|
|
|
WORKDIR /home/pluritonian |
|
|
|
WORKDIR /home/pluritonian/Prototyp |
|
|
|
|
|
|
|
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub |
|
|
|
|
|
|
@ -29,7 +29,7 @@ RUN python -m spacy download de_core_news_sm |
|
|
|
|
|
|
|
RUN pip install --upgrade pip && pip install fastapi uvicorn[standard] |
|
|
|
|
|
|
|
COPY Prototyp/* /home/pluritonian/ |
|
|
|
#COPY Prototyp/* /home/pluritonian/ |
|
|
|
|
|
|
|
|
|
|
|
# to let the container running: |
|
|
|