Spaces:
Runtime error
Runtime error
Archie Wood
commited on
Commit
•
a4730c9
1
Parent(s):
523bfe0
edit working directory
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -16,7 +16,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh \
|
|
16 |
RUN pip install --upgrade "huggingface_hub[cli]"
|
17 |
|
18 |
# Build the app
|
19 |
-
WORKDIR /tmp/app
|
20 |
RUN npm install && npm run sources && npm run build
|
21 |
|
22 |
# The site space name must be passed as an environment variable
|
|
|
16 |
RUN pip install --upgrade "huggingface_hub[cli]"
|
17 |
|
18 |
# Build the app
|
|
|
19 |
RUN npm install && npm run sources && npm run build
|
20 |
|
21 |
# The site space name must be passed as an environment variable
|