try to make tensorflow faster with GPUAccell
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
## Build Webserver ##
|
||||
#######################
|
||||
|
||||
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0 AS build-Webserver
|
||||
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0 AS build-webserver
|
||||
WORKDIR /WebServer
|
||||
|
||||
# Copy the csproj
|
||||
@@ -59,7 +59,7 @@ RUN wget https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tgz && \
|
||||
ln -s /usr/local/bin/pip3.11 /usr/local/bin/pip
|
||||
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install tensorflow \
|
||||
pip install tensorflow[and-cuda] \
|
||||
fastparquet \
|
||||
openpyxl \
|
||||
yfinance \
|
||||
|
||||
Reference in New Issue
Block a user