Spaces:
Running
Running
add tf
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -2,6 +2,7 @@ FROM rstudio/plumber
|
|
| 2 |
MAINTAINER Carlos Catania (AKA Harpo) "[email protected]"
|
| 3 |
RUN apt update -y; apt install -y python3-venv python3-dev python3-pip
|
| 4 |
RUN pip3 install huggingface_hub
|
|
|
|
| 5 |
RUN R -e "install.packages('reticulate');library('reticulate');reticulate::py_install('huggingface_hub')"
|
| 6 |
RUN R -e "install.packages('tensorflow')"
|
| 7 |
RUN R -e "install.packages('keras')"
|
|
|
|
| 2 |
MAINTAINER Carlos Catania (AKA Harpo) "[email protected]"
|
| 3 |
RUN apt update -y; apt install -y python3-venv python3-dev python3-pip
|
| 4 |
RUN pip3 install huggingface_hub
|
| 5 |
+
RUN pip3 install tensorflow==2.9
|
| 6 |
RUN R -e "install.packages('reticulate');library('reticulate');reticulate::py_install('huggingface_hub')"
|
| 7 |
RUN R -e "install.packages('tensorflow')"
|
| 8 |
RUN R -e "install.packages('keras')"
|