Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -129,6 +129,8 @@ COPY --from=gs_builder /workdir/parameter /usr/local/bin/parameter
|
|
129 |
# Setup environment
|
130 |
ENV PATH /usr/local/libtorch/bin:/usr/local/cuda/bin:$PATH
|
131 |
ENV LD_LIBRARY_PATH /usr/local/libtorch/lib:/usr/local/cuda/lib64:$LD_LIBRARY_PATH
|
|
|
|
|
132 |
|
133 |
# Install python dependencies
|
134 |
COPY requirements.txt /app/requirements.txt
|
|
|
129 |
# Setup environment
|
130 |
ENV PATH /usr/local/libtorch/bin:/usr/local/cuda/bin:$PATH
|
131 |
ENV LD_LIBRARY_PATH /usr/local/libtorch/lib:/usr/local/cuda/lib64:$LD_LIBRARY_PATH
|
132 |
+
ENV LC_ALL C
|
133 |
+
ENV LANG C
|
134 |
|
135 |
# Install python dependencies
|
136 |
COPY requirements.txt /app/requirements.txt
|