Spaces:
Runtime error
Runtime error
Commit ·
0ef23a6
1
Parent(s): ac2982a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 7 |
RUN wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz && \
|
| 8 |
tar -xvzf ta-lib-0.4.0-src.tar.gz && \
|
| 9 |
cd ta-lib/ && \
|
| 10 |
-
./configure --build=aarch64-unknown-linux-gnu --prefix=/
|
| 11 |
make && \
|
| 12 |
make install
|
| 13 |
RUN pip install TA-Lib
|
|
|
|
| 7 |
RUN wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz && \
|
| 8 |
tar -xvzf ta-lib-0.4.0-src.tar.gz && \
|
| 9 |
cd ta-lib/ && \
|
| 10 |
+
./configure --build=aarch64-unknown-linux-gnu --prefix=/usr && \
|
| 11 |
make && \
|
| 12 |
make install
|
| 13 |
RUN pip install TA-Lib
|