Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,8 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 13 |
|
| 14 |
## Install the requirements.txt
|
| 15 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# Set up a new user named "user"
|
| 18 |
RUN useradd user
|
|
|
|
| 13 |
|
| 14 |
## Install the requirements.txt
|
| 15 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 16 |
+
RUN pip install --no-cache-dir --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
|
| 17 |
+
|
| 18 |
|
| 19 |
# Set up a new user named "user"
|
| 20 |
RUN useradd user
|