Spaces:
Runtime error
Runtime error
Dmitry Beresnev
commited on
Commit
·
efebc38
1
Parent(s):
541b3c5
fix dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,8 @@ ENV HOME=/app
|
|
| 6 |
# Create app directory and set as working dir
|
| 7 |
WORKDIR $HOME
|
| 8 |
|
|
|
|
|
|
|
| 9 |
RUN apt-get update && apt-get install -y \
|
| 10 |
build-essential \
|
| 11 |
curl \
|
|
|
|
| 6 |
# Create app directory and set as working dir
|
| 7 |
WORKDIR $HOME
|
| 8 |
|
| 9 |
+
ENV PYTHONPATH=$HOME
|
| 10 |
+
|
| 11 |
RUN apt-get update && apt-get install -y \
|
| 12 |
build-essential \
|
| 13 |
curl \
|