Spaces:
Runtime error
Runtime error
Commit
·
7dbdfac
1
Parent(s):
65025e2
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
8 |
# RUN chmod +x /code/install_talib.sh
|
9 |
# RUN /code/install_talib.sh
|
10 |
|
11 |
-
RUN pip install TA-Lib
|
12 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
13 |
|
14 |
# Give user access to write to write in results folder
|
|
|
8 |
# RUN chmod +x /code/install_talib.sh
|
9 |
# RUN /code/install_talib.sh
|
10 |
|
11 |
+
# RUN pip install TA-Lib
|
12 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
13 |
|
14 |
# Give user access to write to write in results folder
|