update
Browse files- Dockerfile +0 -9
Dockerfile
CHANGED
|
@@ -9,15 +9,6 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
|
| 12 |
-
# # Install Node.js and npm
|
| 13 |
-
# RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
| 14 |
-
# && apt-get install -y nodejs
|
| 15 |
-
|
| 16 |
-
# # Now you can use npm to install packages
|
| 17 |
-
# RUN npm install -g marked
|
| 18 |
-
|
| 19 |
-
# download model from transformer
|
| 20 |
-
|
| 21 |
COPY . .
|
| 22 |
|
| 23 |
# Set up a new user named "user" with user ID 1000
|
|
|
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
COPY . .
|
| 13 |
|
| 14 |
# Set up a new user named "user" with user ID 1000
|