Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Aug 26, 2024
1 parent 5c74243 commit 3ff866c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/remote/register/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ def test_create_dockerfile(tmp_path, local_installable_module):
# Install requirements
RUN python{python_version} -m pip install --no-cache-dir -r requirements.txt
USER root
RUN apt-get purge -y --auto-remove build-essential *-dev
USER user
# Copy all other files
COPY function.py .
COPY substrafl_internal/cls_cloudpickle substrafl_internal/
Expand Down

0 comments on commit 3ff866c

Please sign in to comment.